Take 5? I lost count.

Fixes #10 for app icon
This commit is contained in:
ArsenArsen 2017-07-05 19:43:20 +02:00
parent b852b40863
commit d2ff0e9648
1 changed files with 2 additions and 2 deletions

View File

@ -123,13 +123,13 @@ mac {
LIBS += -framework Carbon
warning(Mac is on TODO);
} else:win32 {
RC_FILE = myapp.rc
RC_FILE = icon.rc
SOURCES += $$PWD/platformspecifics/u32/u32backend.cpp
HEADERS += $$PWD/platformspecifics/u32/u32backend.hpp
LIBS += -luser32 -lkernel32 -lpthread
QT += winextras
} else:unix {
RC_FILE = myapp.rc
RC_FILE = icon.rc
SOURCES += $$PWD/platformspecifics/x11/x11backend.cpp
HEADERS += $$PWD/platformspecifics/x11/x11backend.hpp
QT += x11extras