summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qatomicinteger/qatomicinteger.pri
blob: dc7cc8bcec5061792cf5c56591bfe4abdf67a24e (plain)
1
2
3
4
5
6
7
isEmpty(TYPE): error("Project must define TYPE variable")

CONFIG += testcase parallel_test
QT = core testlib
TARGET = tst_qatomicinteger_$$TYPE
SOURCES = $$PWD/tst_qatomicinteger.cpp
DEFINES += QATOMIC_TEST_TYPE=$$TYPE tst_QAtomicIntegerXX=tst_QAtomicInteger_$$TYPE