author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 22 Apr 2010 16:15:11 +0300 | |
branch | RCL_3 |
changeset 14 | 8c4229025c0b |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
SOURCES += tst_qthreadonce.cpp |
|
3 |
QT = core |
|
4 |
||
5 |
# Don't use gcc's threadsafe statics |
|
6 |
# Note: some versions of gcc generate invalid code with this option... |
|
7 |
# Some versions of gcc don't even have it, so disable it |
|
8 |
#*-g++*:QMAKE_CXXFLAGS += -fno-threadsafe-statics |
|
9 |
||
10 |
# Temporary: |
|
11 |
SOURCES += qthreadonce.cpp |
|
12 |