Fix project files of libraries to compile with Qt5

This should fix issue #11.
This commit is contained in:
Martin Kleusberg
2014-05-22 20:18:25 +02:00
parent 8f929a535f
commit be401ad477
2 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
TEMPLATE = lib
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
CONFIG += staticlib
CONFIG += debug_and_release

View File

@@ -1,5 +1,8 @@
TEMPLATE = lib
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
CONFIG += staticlib
CONFIG += debug_and_release