mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
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:
@@ -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
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
IDI_ICON1 ICON DISCARDABLE "swiftdata.ico"
|
||||
Reference in New Issue
Block a user