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

QT       -= gui

TARGET = tst_qglobalstatic
CONFIG   += console
CONFIG   -= app_bundle
CONFIG   += exceptions

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