summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qglobalstatic/qglobalstatic.pro
blob: 21bb040b8db8c7219ad92f4e313ba09562a7116f (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG   += testcase
QT       += testlib core-private

QT       -= gui

TARGET = tst_qglobalstatic
CONFIG   += console
CONFIG   += exceptions

SOURCES += tst_qglobalstatic.cpp
DEFINES += SRCDIR=\\\"$$PWD/\\\"