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