Files
gcs-nf/App/Setting/Index0/LinkUI/ConnectDialog/ConnectDialog.pri
T

40 lines
325 B
Plaintext
Raw Normal View History

2020-05-18 21:53:20 +08:00
QT += core gui network
QT += serialport
QT += quickwidgets
QT += quick
QT += qml
QT += opengl
QT += sql
QT += svg
FORMS += \
$$PWD/ConnectDialog.ui
HEADERS += \
$$PWD/ConnectDialog.h
SOURCES += \
$$PWD/ConnectDialog.cpp
2020-05-19 19:02:32 +08:00
RESOURCES += \
$$PWD/ConnectDialogRes.qrc
2020-05-18 21:53:20 +08:00