Utils: State Qt dependencies in the *.pri file

...to avoid compilation errors for projects that include the *.pri file.

This fixed the compilation of tests/unit/unittest/unittest.pro.

Change-Id: Ia50322d3a7b7a9d05b7f17239e772f013ffe2ff5
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-10-13 17:13:47 +02:00
parent 98b57c1162
commit 66ada45ce5
2 changed files with 1 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ dll {
DEFINES += QTCREATOR_UTILS_STATIC_LIB
}
QT += network
QT += gui network qml
CONFIG += exceptions # used by portlist.cpp, textfileformat.cpp, and ssh/*

View File

@@ -1,5 +1,3 @@
QT += gui network qml
include(../../qtcreatorlibrary.pri)
include(utils-lib.pri)