summaryrefslogtreecommitdiffstats
path: root/tests/auto/qthreadonce/qthreadonce.pro
blob: a672a03f0cf1b5fde923817ee0b4b8d36fd6ca7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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