Central build configuration

* config.pri: Build configuration version
* library.pri project library dependencies
* build.pri: compiler/qmake configuration

refs #145
This commit is contained in:
Roland Winklmeier
2014-03-10 21:19:24 +01:00
parent 811bbdfe4e
commit e978b6dee1
23 changed files with 202 additions and 90 deletions

View File

@@ -1,10 +1,14 @@
include (../../config.pri)
include (../../build.pri)
QT += network dbus gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = blackgui
TEMPLATE = lib
CONFIG += staticlib c++11
CONFIG += staticlib
CONFIG += blackmisc
INCLUDEPATH += ..
DEPENDPATH += . ..
@@ -34,3 +38,5 @@ DESTDIR = ../../lib
OTHER_FILES +=
RESOURCES += blackgui.qrc
include (../../libraries.pri)