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