Changeset 5029 in ntrip for trunk/GnssCenter
- Timestamp:
- Mar 28, 2013, 4:02:35 PM (12 years ago)
- Location:
- trunk/GnssCenter/main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/main/main.pro
r5027 r5029 13 13 INCLUDEPATH += ../qwt 14 14 15 LIBS += -L../qwt -lqwt16 15 LIBS += -L../inpedit -lGnssCenter_inpEdit 17 16 LIBS += -L../svgmap -lGnssCenter_svgMap 17 LIBS += -L../qwt -lqwt 18 18 19 19 HEADERS += app.h mdiarea.h \ -
trunk/GnssCenter/main/mainwin.cpp
r5028 r5029 25 25 26 26 Q_IMPORT_PLUGIN(GnssCenter_inpEdit) 27 ///Q_IMPORT_PLUGIN(GnssCenter_svgMap)27 Q_IMPORT_PLUGIN(GnssCenter_svgMap) 28 28 29 29 // Constructor
Note:
See TracChangeset
for help on using the changeset viewer.