mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +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
|
||||
|
||||
@@ -13,11 +12,11 @@ CONFIG += blackmisc
|
||||
DEPENDPATH += . $$SourceRoot/src/blackmisc
|
||||
INCLUDEPATH += . $$SourceRoot/src
|
||||
|
||||
DESTDIR = $$BuildRoot/bin
|
||||
DESTDIR = $$DestRoot/bin
|
||||
|
||||
HEADERS += *.h
|
||||
SOURCES += *.cpp
|
||||
|
||||
OTHER_FILES +=
|
||||
|
||||
include ($$SourceRoot/libraries.pri)
|
||||
load(common_post)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
include ($$SourceRoot/config.pri)
|
||||
include ($$SourceRoot/build.pri)
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network
|
||||
|
||||
@@ -13,11 +12,11 @@ CONFIG += blackmisc blackcore
|
||||
DEPENDPATH += . $$SourceRoot/src/blackmisc $$SourceRoot/src/blackcore
|
||||
INCLUDEPATH += . $$SourceRoot/src
|
||||
|
||||
DESTDIR = $$BuildRoot/bin
|
||||
DESTDIR = $$DestRoot/bin
|
||||
|
||||
HEADERS += *.h
|
||||
SOURCES += *.cpp
|
||||
|
||||
OTHER_FILES += *.txt *.xml
|
||||
|
||||
include ($$SourceRoot/libraries.pri)
|
||||
load(common_post)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
include ($$SourceRoot/config.pri)
|
||||
include ($$SourceRoot/build.pri)
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network
|
||||
|
||||
@@ -13,9 +12,9 @@ CONFIG += blackmisc
|
||||
DEPENDPATH += . $$SourceRoot/src/blackmisc
|
||||
INCLUDEPATH += . $$SourceRoot/src
|
||||
|
||||
DESTDIR = $$BuildRoot/bin
|
||||
DESTDIR = $$DestRoot/bin
|
||||
|
||||
HEADERS += *.h
|
||||
SOURCES += *.cpp
|
||||
|
||||
include ($$SourceRoot/libraries.pri)
|
||||
load(common_post)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
include (../../config.pri)
|
||||
include (../../build.pri)
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network xml
|
||||
|
||||
@@ -13,9 +12,9 @@ CONFIG += blackmisc blacksim
|
||||
DEPENDPATH += . ../../src/blackmisc
|
||||
INCLUDEPATH += . ../../src
|
||||
|
||||
DESTDIR = ../../bin
|
||||
DESTDIR = $$DestRoot/bin
|
||||
|
||||
HEADERS += *.h
|
||||
SOURCES += *.cpp
|
||||
|
||||
include (../../libraries.pri)
|
||||
load(common_post)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
include ($$SourceRoot/config.pri)
|
||||
include ($$SourceRoot/build.pri)
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network
|
||||
|
||||
@@ -16,6 +15,6 @@ INCLUDEPATH += . $$SourceRoot/src
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
|
||||
DESTDIR = $$BuildRoot/bin
|
||||
DESTDIR = $$DestRoot/bin
|
||||
|
||||
include ($$SourceRoot/libraries.pri)
|
||||
load(common_post)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
include ($$SourceRoot/config.pri)
|
||||
include ($$SourceRoot/build.pri)
|
||||
load(common_pre)
|
||||
|
||||
QT += core gui dbus network
|
||||
|
||||
@@ -16,6 +15,6 @@ INCLUDEPATH += . $$SourceRoot/src
|
||||
|
||||
SOURCES += *.cpp
|
||||
|
||||
DESTDIR = $$BuildRoot/bin
|
||||
DESTDIR = $$DestRoot/bin
|
||||
|
||||
include ($$SourceRoot/libraries.pri)
|
||||
load(common_post)
|
||||
|
||||
Reference in New Issue
Block a user