C++ (Qt)<RCC>IDI_ICON1 ICON DISCARDABLE "icons/icon.ico"</RCC>
C++ (Qt)QT += core guiQT += network greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = HipchatTrayTEMPLATE = app FORMS += mainwindow.ui RESOURCES += \ icons.qrc RC_FILE = icon.rc