mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +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 gui network concurrent xml
|
||||
|
||||
@@ -22,5 +21,6 @@ LIBS += -ldxguid -lole32
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
|
||||
DESTDIR = $$BuildRoot/bin/plugins/simulator
|
||||
include ($$SourceRoot/libraries.pri)
|
||||
DESTDIR = $$DestRoot/bin/plugins/simulator
|
||||
|
||||
load(common_post)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
include ($$SourceRoot/config.pri)
|
||||
include ($$SourceRoot/build.pri)
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus concurrent xml
|
||||
|
||||
@@ -20,5 +19,6 @@ INCLUDEPATH += . $$SourceRoot/src
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
|
||||
DESTDIR = $$BuildRoot/lib
|
||||
include ($$SourceRoot/libraries.pri)
|
||||
DESTDIR = $$DestRoot/lib
|
||||
|
||||
load(common_post)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
include ($$SourceRoot/config.pri)
|
||||
include ($$SourceRoot/build.pri)
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus gui network concurrent xml
|
||||
|
||||
@@ -22,5 +21,6 @@ LIBS += -ldxguid -lole32
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
|
||||
DESTDIR = $$BuildRoot/bin/plugins/simulator
|
||||
include ($$SourceRoot/libraries.pri)
|
||||
DESTDIR = $$DestRoot/bin/plugins/simulator
|
||||
|
||||
load(common_post)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
include ($$SourceRoot/config.pri)
|
||||
include ($$SourceRoot/build.pri)
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network
|
||||
|
||||
@@ -15,5 +14,6 @@ INCLUDEPATH += . $$SourceRoot/src
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
|
||||
DESTDIR = $$BuildRoot/bin/plugins/simulator
|
||||
include ($$SourceRoot/libraries.pri)
|
||||
DESTDIR = $$DestRoot/bin/plugins/simulator
|
||||
|
||||
load(common_post)
|
||||
|
||||
Reference in New Issue
Block a user