refs #403 add extra flag for static builds

This commit is contained in:
Roland Winklmeier
2015-04-10 21:34:30 +02:00
parent 793fcbfd15
commit 8ad29e2fff
7 changed files with 23 additions and 5 deletions

View File

@@ -6,9 +6,12 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = blackgui
TEMPLATE = lib
CONFIG += staticlib
CONFIG += blackmisc blackcore
contains(BLACK_CONFIG, Static) {
CONFIG += staticlib
}
INCLUDEPATH += ..
DEPENDPATH += . ..