author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 12 Mar 2010 15:46:37 +0200 | |
branch | RCL_3 |
changeset 5 | d3bac044e0f0 |
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 |