| Line | |
|---|
| 1 |
|
|---|
| 2 | # Switch to debug configuration
|
|---|
| 3 | # -----------------------------
|
|---|
| 4 | CONFIG -= release
|
|---|
| 5 | CONFIG += debug
|
|---|
| 6 |
|
|---|
| 7 | RESOURCES += bns.qrc
|
|---|
| 8 |
|
|---|
| 9 | unix:QMAKE_CFLAGS_RELEASE -= -O2
|
|---|
| 10 | unix:QMAKE_CXXFLAGS_RELEASE -= -O2
|
|---|
| 11 |
|
|---|
| 12 | # Get rid of mingwm10.dll
|
|---|
| 13 | # -----------------------
|
|---|
| 14 | win32:QMAKE_LFLAGS -= -mthreads
|
|---|
| 15 | win32:QMAKE_CXXFLAGS_EXCEPTIONS_ON -= -mthreads
|
|---|
| 16 | win32:QMAKE_LFLAGS_EXCEPTIONS_ON -= -mthreads
|
|---|
| 17 |
|
|---|
| 18 | debug:OBJECTS_DIR=.obj/debug
|
|---|
| 19 | debug:MOC_DIR=.moc/debug
|
|---|
| 20 | release:OBJECTS_DIR=.obj/release
|
|---|
| 21 | release:MOC_DIR=.moc/release
|
|---|
| 22 |
|
|---|
| 23 | HEADERS = bnsapp.h bnswindow.h bnshlpdlg.h bnshtml.h
|
|---|
| 24 |
|
|---|
| 25 | SOURCES = bnsmain.cpp bnsapp.cpp bnswindow.cpp bnshlpdlg.cpp bnshtml.cpp
|
|---|
| 26 |
|
|---|
| 27 | RC_FILE = bns.rc
|
|---|
| 28 |
|
|---|
| 29 | QT += network
|
|---|
| 30 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.