#------------------------------------------------- # # Project created by QtCreator 2013-05-03T14:05:02 # #------------------------------------------------- QT += core gui QT += network QT += xml TARGET = gselesia TEMPLATE = app INCLUDEPATH += \ $${PWD} \ ../common_PLE \ ../rmapplugin \ $$[QT_INSTALL_HEADERS]/lppmon/common \ $$[QT_INSTALL_HEADERS]/lppmon/wfdisplay LIBS += -llppmoncommon -lwfdisplay SOURCES += main.cpp\ mainwindow.cpp \ mainwindowui.cpp \ ../common_PLE/qipdialogbox.cpp \ lfrxmlhandler.cpp \ lfrxmlwriter.cpp \ ../rmapplugin/tmstatistics.cpp \ ../rmapplugin/tmpackettoread.cpp \ ../rmapplugin/wfpacket.cpp HEADERS += mainwindow.h \ mainwindowui.h \ ../common_PLE/qipdialogbox.h \ lfrxmlhandler.h \ lfrxmlwriter.h \ ../rmapplugin/tmstatistics.h \ ../rmapplugin/tmpackettoread.h \ ../rmapplugin/wfpacket.h