e8ed514e35
by default QT contains both core and gui already Change-Id: I6f5b551104e40a024468e7cb62e302134e9472ec Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
10 lines
249 B
Prolog
10 lines
249 B
Prolog
CORE_TEST_PATH = ../../../corelib/kernel/qcoreapplication
|
|
|
|
VPATH += $$CORE_TEST_PATH
|
|
include($${CORE_TEST_PATH}/qcoreapplication.pro)
|
|
INCLUDEPATH += $$CORE_TEST_PATH
|
|
|
|
TARGET = tst_qguiapplication
|
|
QT += gui-private
|
|
SOURCES += tst_qguiapplication.cpp
|