| Rev | Line | |
|---|
| [5018] | 1 |
|
|---|
| 2 | TEMPLATE = lib
|
|---|
| [5036] | 3 | CONFIG += plugin debug
|
|---|
| [5033] | 4 | TARGET = $$qtLibraryTarget(gnsscenter_svgmap)
|
|---|
| [5018] | 5 | QT += svg
|
|---|
| [5024] | 6 | INCLUDEPATH += ../qwt ../main
|
|---|
| [5047] | 7 | DESTDIR = ../plugins
|
|---|
| [5049] | 8 | LIBS = -L../qwt -lqwt
|
|---|
| [5018] | 9 |
|
|---|
| 10 | debug:OBJECTS_DIR = .obj/debug
|
|---|
| 11 | debug:MOC_DIR = .moc/debug
|
|---|
| 12 | release:OBJECTS_DIR = .obj/release
|
|---|
| 13 | release:MOC_DIR = .moc/release
|
|---|
| 14 |
|
|---|
| 15 | HEADERS = svgmap.h
|
|---|
| 16 |
|
|---|
| 17 | SOURCES = svgmap.cpp
|
|---|
| 18 |
|
|---|
| 19 | RESOURCES = svgmap.qrc
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.