source: ntrip/trunk/GnssCenter/map_stations/map_stations.pro@ 5404

Last change on this file since 5404 was 5404, checked in by mervart, 11 years ago
File size: 657 bytes
Line 
1
2TEMPLATE = lib
3CONFIG += plugin debug
4TARGET = $$qtLibraryTarget(gnsscenter_svgmap)
5QT += svg
6INCLUDEPATH += ../qwt ../main
7DESTDIR = ../plugins
8LIBS = -L../qwt -lqwt
9
10debug:OBJECTS_DIR = .obj/debug
11debug:MOC_DIR = .moc/debug
12release:OBJECTS_DIR = .obj/release
13release:MOC_DIR = .moc/release
14
15thrift.target = gen-cpp
16thrift.commands = "thrift -r -gen cpp rtnet.thrift"
17thrift.depends = rtnet.thrift rtnet_data.thrift
18QMAKE_EXTRA_TARGETS += thrift
19PRE_TARGETDEPS += gen-cpp
20
21HEADERS = svgmap.h
22
23SOURCES = svgmap.cpp
24
25RESOURCES = svgmap.qrc
Note: See TracBrowser for help on using the repository browser.