changeset 0 | 1918ee327afb |
-1:000000000000 | 0:1918ee327afb |
---|---|
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 |