| Line | |
|---|
| 1 |
|
|---|
| 2 | TEMPLATE = app
|
|---|
| 3 | TARGET = ../rtgui
|
|---|
| 4 |
|
|---|
| 5 | QT += svg
|
|---|
| 6 | CONFIG += debug
|
|---|
| 7 |
|
|---|
| 8 | debug:OBJECTS_DIR = .obj/debug
|
|---|
| 9 | debug:MOC_DIR = .moc/debug
|
|---|
| 10 | release:OBJECTS_DIR = .obj/release
|
|---|
| 11 | release:MOC_DIR = .moc/release
|
|---|
| 12 |
|
|---|
| 13 | RESOURCES += rtgui.qrc
|
|---|
| 14 |
|
|---|
| 15 | INCLUDEPATH += ../qwt
|
|---|
| 16 |
|
|---|
| 17 | unix:LIBS += -L../qwt -lqwt
|
|---|
| 18 | win32:LIBS += -L../qwt/release -lqwt
|
|---|
| 19 |
|
|---|
| 20 | HEADERS += app.h mdiarea.h \
|
|---|
| 21 | settings.h mainwin.h svgmap.h \
|
|---|
| 22 | inpedit/keyword.h inpedit/panel.h inpedit/inpfile.h \
|
|---|
| 23 | inpedit/selwin.h inpedit/lineedit.h inpedit/uniline.h
|
|---|
| 24 |
|
|---|
| 25 | SOURCES += rtgui.cpp app.cpp mdiarea.cpp \
|
|---|
| 26 | settings.cpp mainwin.cpp svgmap.cpp \
|
|---|
| 27 | inpedit/keyword.cpp inpedit/panel.cpp inpedit/inpfile.cpp \
|
|---|
| 28 | inpedit/selwin.cpp inpedit/lineedit.cpp inpedit/uniline.cpp
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.