Files
gcs-nf/App/Setting/Index1/Index1.pri
T

45 lines
357 B
Plaintext
Raw Normal View History

2020-06-08 17:54:17 +08:00
2020-09-24 16:22:56 +08:00
QT += core gui network
QT += serialport
QT += quickwidgets
QT += quick
QT += qml
QT += opengl
QT += sql
QT += svg
2020-06-08 17:54:17 +08:00
include (./ParameterInspector/ParameterInspector.pri)
INCLUDEPATH += $$PWD/ParameterInspector
FORMS += \
$$PWD/Index1.ui
HEADERS += \
$$PWD/Index1.h
SOURCES += \
$$PWD/Index1.cpp