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

# 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

CONFIG += parallel_test