7978cef796
Remove unused 'QT -= gui' and replace some others with 'QT = core ...' Change-Id: I2d14fae963afc21dbd21a4acdbba2c30cdf8fa61 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
5 lines
114 B
Prolog
5 lines
114 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qxmlinputsource
|
|
SOURCES += tst_qxmlinputsource.cpp
|
|
QT = core xml network testlib
|