Rev | Line | |
---|
[5017] | 1 |
|
---|
| 2 | TEMPLATE = lib
|
---|
[5037] | 3 | CONFIG += plugin debug
|
---|
[5033] | 4 | TARGET = $$qtLibraryTarget(gnsscenter_inpedit)
|
---|
[5023] | 5 | INCLUDEPATH += ../main
|
---|
[5046] | 6 | DESTDIR = ../plugins
|
---|
[5017] | 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 |
|
---|
[5087] | 13 | HEADERS = keyword.h panel.h inpedit.h \
|
---|
| 14 | selwin.h lineedit.h uniline.h \
|
---|
| 15 | tabwidget.h
|
---|
[5017] | 16 |
|
---|
[5087] | 17 | SOURCES = keyword.cpp panel.cpp inpedit.cpp \
|
---|
| 18 | selwin.cpp lineedit.cpp uniline.cpp \
|
---|
| 19 | tabwidget.cpp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.