13 lines
349 B
Prolog
13 lines
349 B
Prolog
CONFIG += testcase
|
|
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
|