Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
15 lines
375 B
Prolog
15 lines
375 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qthreadonce
|
|
SOURCES += tst_qthreadonce.cpp
|
|
QT = core testlib
|
|
|
|
# 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
|