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,9 +5,12 @@ QT += network dbus gui multimedia
TARGET = blacksound
TEMPLATE = lib
CONFIG += staticlib
CONFIG += blackmisc
contains(BLACK_CONFIG, Static) {
CONFIG += staticlib
}
INCLUDEPATH += ..
DEPENDPATH += . ..