Files
gcs-nf/App/ComponentUI/Scope/Scope.pri
T

34 lines
209 B
Plaintext
Raw Normal View History

2020-07-23 18:25:49 +08:00
2020-07-29 17:53:30 +08:00
QT += charts
2020-07-23 18:25:49 +08:00
RESOURCES += \
$$PWD/ScopeRes.qrc
FORMS += \
$$PWD/Scope.ui
HEADERS += \
2020-08-12 22:12:44 +08:00
$$PWD/Chart.h \
2020-07-29 17:53:30 +08:00
$$PWD/Scope.h
2020-07-23 18:25:49 +08:00
SOURCES += \
2020-08-12 22:12:44 +08:00
$$PWD/Chart.cpp \
2020-07-29 17:53:30 +08:00
$$PWD/Scope.cpp
2020-07-23 18:25:49 +08:00