Line | |
---|
1 |
|
---|
2 | # Switch to debug configuration
|
---|
3 | # -----------------------------
|
---|
4 | CONFIG -= release
|
---|
5 | CONFIG += debug
|
---|
6 |
|
---|
7 | # Get rid of mingwm10.dll
|
---|
8 | # -----------------------
|
---|
9 | win32:QMAKE_LFLAGS -= -mthreads
|
---|
10 | win32:QMAKE_CXXFLAGS_EXCEPTIONS_ON -= -mthreads
|
---|
11 | win32:QMAKE_LFLAGS_EXCEPTIONS_ON -= -mthreads
|
---|
12 |
|
---|
13 | debug:OBJECTS_DIR=.obj/debug
|
---|
14 | debug:MOC_DIR=.moc/debug
|
---|
15 | release:OBJECTS_DIR=.obj/release
|
---|
16 | release:MOC_DIR=.moc/release
|
---|
17 |
|
---|
18 | HEADERS = bncnetrequest.h
|
---|
19 |
|
---|
20 | SOURCES = ntrip2test.cpp bncnetrequest.cpp
|
---|
21 |
|
---|
22 | QT += network
|
---|
23 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.