| # | Line 6 | Line 6 | QT -= gui # not needed | |
|---|---|---|
| 6 | #CONFIG -= qt | |
| 7 | #QT += qml #for use new google v8 qtscript engine | |
| 8 | QT += script #for use old qtscript engine | |
| 9 | – | QMAKE_CXXFLAGS+= -fopenmp |
| 10 | – | QMAKE_LFLAGS += -fopenmp #OpenMP (multithreading) support |
| 9 | ||
| 10 | # More optimization | |
| 11 | QMAKE_CFLAGS_RELEASE += -O3 | |
| 12 | QMAKE_CXXFLAGS_RELEASE += -O3 | |
| 13 | ||
| 14 | ||
| 17 | – | |
| 18 | – | |
| 15 | macx { | |
| 16 | CONFIG -= app_bundle # We only want the binary on mac os not a bundle | |
| 17 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |