Changeset 5033 in ntrip for trunk/GnssCenter/main
- Timestamp:
- Mar 28, 2013, 4:20:18 PM (12 years ago)
- Location:
- trunk/GnssCenter/main
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/main/main.cpp
r5022 r5033 19 19 using namespace GnssCenter; 20 20 21 Q_IMPORT_PLUGIN(GnssCenter_inpEdit) 22 Q_IMPORT_PLUGIN(GnssCenter_svgMap) 23 21 24 // Main Program 22 25 ///////////////////////////////////////////////////////////////////////////// -
trunk/GnssCenter/main/main.pro
r5032 r5033 2 2 TEMPLATE = app 3 3 TARGET = ../GnssCenter 4 QTPLUGIN += gnsscenter_inpedit gnsscenter_svgmap 4 5 QT += svg 5 6 CONFIG += debug … … 12 13 INCLUDEPATH += ../qwt 13 14 14 LIBS += -L../inpedit -l GnssCenter_inpEdit15 LIBS += -L../svgmap -l GnssCenter_svgMap15 LIBS += -L../inpedit -lgnsscenter_inpedit 16 LIBS += -L../svgmap -lgnsscenter_svgmap 16 17 LIBS += -L../qwt -lqwt 17 18 -
trunk/GnssCenter/main/mainwin.cpp
r5029 r5033 23 23 using namespace std; 24 24 using namespace GnssCenter; 25 26 Q_IMPORT_PLUGIN(GnssCenter_inpEdit)27 Q_IMPORT_PLUGIN(GnssCenter_svgMap)28 25 29 26 // Constructor
Note:
See TracChangeset
for help on using the changeset viewer.