RC_ICONS += ./logo_0.ico
IDI_ICON1 ICON DISCARDABLE путь
win64:RC_ICONS += имя.ico
IDI_ICON1 ICON DISCARDABLE ":/icon/raibow icon notepad.jpg"
QT += core guigreaterThan(QT_MAJOR_VERSION, 4): QT += widgetsCONFIG += c++11win64:RC_ICONS += myapp.rc# You can make your code fail to compile if it uses deprecated APIs.# In order to do so, uncomment the following line.#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0SOURCES += \ main.cpp \ main_notepad.cpp \notepad_window.cppHEADERS += \ main_notepad.h \notepad_window.h# Default rules for deployment.qnx: target.path = /tmp/$${TARGET}/binelse: unix:!android: target.path = /opt/$${TARGET}/bin!isEmpty(target.path): INSTALLS += targetFORMS += \ main_notepad.uiRESOURCES += \ qrc.qrc
RC_FILE = myapp.rc