summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadonce/qthreadonce.pro
blob: 2c189e7422bd8e90cbb3a33f0620b035421ba791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase parallel_test
TARGET = tst_qthreadonce
QT = core testlib
SOURCES = tst_qthreadonce.cpp

# Don't use gcc's threadsafe statics
# Note: some versions of gcc generate invalid code with this option...
# Some versions of gcc don't even have it, so disable it
#*-g++*:QMAKE_CXXFLAGS += -fno-threadsafe-statics

# Temporary:
SOURCES += qthreadonce.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0