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

@@ -5,7 +5,11 @@ QT += network dbus xml
TARGET = blackmisc
TEMPLATE = lib
CONFIG += staticlib c++11
CONFIG += c++11
contains(BLACK_CONFIG, Static) {
CONFIG += staticlib
}
INCLUDEPATH += ..
# DEPENDPATH += . .. // BlackMisc should be independent