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,9 +18,8 @@ DEPENDPATH += . $$SourceRoot/src/blackmisc \
INCLUDEPATH += . $$SourceRoot/src
OTHER_FILES += *.qss *.ico *.rc *.icns
RC_FILE = swiftdata.rc
DISTFILES += swiftdata.rc
OTHER_FILES += *.qss *.ico *.icns
RC_ICONS = swiftdata.ico
ICON = swiftdata.icns
DESTDIR = $$DestRoot/bin

View File

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