Changeset 5033 in ntrip for trunk/GnssCenter/main


Ignore:
Timestamp:
Mar 28, 2013, 4:20:18 PM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/GnssCenter/main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/main/main.cpp

    r5022 r5033  
    1919using namespace GnssCenter;
    2020
     21Q_IMPORT_PLUGIN(GnssCenter_inpEdit)
     22Q_IMPORT_PLUGIN(GnssCenter_svgMap)
     23
    2124// Main Program
    2225/////////////////////////////////////////////////////////////////////////////
  • trunk/GnssCenter/main/main.pro

    r5032 r5033  
    22TEMPLATE     = app
    33TARGET       = ../GnssCenter
     4QTPLUGIN    += gnsscenter_inpedit gnsscenter_svgmap
    45QT          += svg
    56CONFIG      += debug
     
    1213INCLUDEPATH += ../qwt
    1314
    14 LIBS  += -L../inpedit -lGnssCenter_inpEdit
    15 LIBS  += -L../svgmap  -lGnssCenter_svgMap
     15LIBS  += -L../inpedit -lgnsscenter_inpedit
     16LIBS  += -L../svgmap  -lgnsscenter_svgmap
    1617LIBS  += -L../qwt     -lqwt
    1718
  • trunk/GnssCenter/main/mainwin.cpp

    r5029 r5033  
    2323using namespace std;
    2424using namespace GnssCenter;
    25 
    26 Q_IMPORT_PLUGIN(GnssCenter_inpEdit)
    27 Q_IMPORT_PLUGIN(GnssCenter_svgMap)
    2825
    2926// Constructor
Note: See TracChangeset for help on using the changeset viewer.