|
- #-------------------------------------------------
- #
- # Project created by QtCreator 2017-03-01T13:52:35
- #
- #-------------------------------------------------
-
- QT += core gui network
-
- greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
-
- TARGET = CableTestBench
- TEMPLATE = app
-
- INCLUDEPATH += Sources/ \
- Sources/SeaMaxWin/Include
-
- SOURCES += \
- Sources/MainWindow.cpp \
- Sources/main.cpp \
- Sources/MainPage.cpp \
- Sources/CableTestBench.cpp \
- Sources/VisualInspectionPage.cpp \
- Sources/Widgets/CConnectorSelectWidget.cpp
-
- HEADERS += \
- Sources/MainWindow.h \
- Sources/GlobalDefine.h \
- Sources/MainPage.h \
- Sources/CableTestBench.h \
- Sources/VisualInspectionPage.h \
- ui_VisualInspectionPage.h \
- ui_CMainPage.h \
- Sources/Widgets/CConnectorSelectWidget.h
-
- FORMS += \
- Sources/CMainPage.ui \
- Sources/VisualInspectionPage.ui
-
- win32:CONFIG(release, debug|release): LIBS += -L$$PWD/Sources/SeaMaxWin/Lib/ -lSeaMAX
- else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/Sources/SeaMaxWin/Lib/ -lSeaMAX
-
- INCLUDEPATH += $$PWD/Sources/SeaMaxWin/Lib
-
- DEPENDPATH += $$PWD/Sources/SeaMaxWin/Lib
|