QT += charts sql network greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++11 DEFINES += QT_DEPRECATED_WARNINGS SOURCES += \ alarmdetailform.cpp \ alarmlistfrom.cpp \ alarmstatisticsform.cpp \ devicedetailform.cpp \ devicelistform.cpp \ editpwdform.cpp \ loginform.cpp \ loginlistform.cpp \ main.cpp \ mainwindow.cpp \ operationlistform.cpp \ orderform.cpp \ overviewform.cpp \ qcustomcalendarwidget.cpp \ realtimeform.cpp \ realtimestatistics.cpp \ tablewidget.cpp HEADERS += \ alarmdetailform.h \ alarmlistfrom.h \ alarmstatisticsform.h \ devicedetailform.h \ devicelistform.h \ editpwdform.h \ loginform.h \ loginlistform.h \ mainwindow.h \ operationlistform.h \ orderform.h \ overviewform.h \ qcustomcalendarwidget.h \ realtimeform.h \ realtimestatistics.h \ tablewidget.h \ # flowmeter.h \ FORMS += \ alarmdetailform.ui \ alarmlistfrom.ui \ alarmstatisticsform.ui \ devicedetailform.ui \ devicelistform.ui \ editpwdform.ui \ loginform.ui \ loginlistform.ui \ mainwindow.ui \ operationlistform.ui \ orderform.ui \ overviewform.ui \ realtimeform.ui \ realtimestatistics.ui # Default rules for deployment. qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target RESOURCES += \ SurgeTankControl.qrc \ surgetankcontrol.qrc TEMPLATE = app TARGET = SurgeTankControl DESTDIR = ./Win32/Debug CONFIG += debug DEFINES += QT_LARGEFILE_SUPPORT QT_XML_LIB INCLUDEPATH += ./GeneratedFiles \ . \ ./GeneratedFiles/Debug LIBS += -lkernel32 \ -luser32 \ -lshell32 \ -luuid \ -lole32 \ -ladvapi32 \ -lws2_32 \ -lgdi32 \ -lcomdlg32 \ -loleaut32 \ -limm32 \ -lwinmm \ -lwinspool \ -lws2_32 \ -lole32 \ -luser32 \ -ladvapi32 DEPENDPATH += . MOC_DIR += ./GeneratedFiles/debug OBJECTS_DIR += debug UI_DIR += ./GeneratedFiles RCC_DIR += ./GeneratedFiles HEADERS += ./navdelegate.h \ ./navmodel.h \ ./navview.h \ ./colordefines.h SOURCES += ./main.cpp \ ./navdelegate.cpp \ ./navmodel.cpp \ ./navview.cpp #INCLUDEPATH += $$PWD/. #DEPENDPATH += $$PWD/. CONFIG += qaxcontainer QT += core gui xml