Fix version number embedding in Windows EXE and DLL files

Remove our Windows resource files (*.rc)
and let qmake generate them instead.
This commit is contained in:
Mat Sutcliffe
2019-10-31 14:33:44 +00:00
parent f056d4fcd6
commit bb65506d22
9 changed files with 15 additions and 22 deletions

View File

@@ -18,10 +18,9 @@ DEPENDPATH += . $$SourceRoot/src/blackmisc \
INCLUDEPATH += . $$SourceRoot/src
OTHER_FILES += *.qss *.ico *.rc *.icns
OTHER_FILES += *.qss *.ico *.icns
RESOURCES += swiftlauncher.qrc
RC_FILE = swiftlauncher.rc
DISTFILES += swiftlauncher.rc
RC_ICONS = swiftlauncher.ico
ICON = swiftlauncher.icns
DESTDIR = $$DestRoot/bin

View File

@@ -1 +0,0 @@
IDI_ICON1 ICON DISCARDABLE "swiftlauncher.ico"