mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #482 Project files changed to use new qmake feature files and build directory structure.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
include ($$SourceRoot/config.pri)
|
||||
include ($$SourceRoot/build.pri)
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network xml multimedia gui svg
|
||||
|
||||
@@ -19,9 +18,11 @@ DEPENDPATH += . $$SourceRoot/src/blackmisc \
|
||||
$$SourceRoot/src/blackinput
|
||||
|
||||
INCLUDEPATH += . $$SourceRoot/src
|
||||
DESTDIR = $$BuildRoot/bin
|
||||
|
||||
OTHER_FILES += *.qss *.ico *.rc
|
||||
RC_FILE = swiftcore.rc
|
||||
DISTFILES += swiftcore.rc
|
||||
|
||||
include ($$SourceRoot/libraries.pri)
|
||||
DESTDIR = $$DestRoot/bin
|
||||
|
||||
load(common_post)
|
||||
|
||||
Reference in New Issue
Block a user