qt_demoe/third/qcustomplotdemo/frmexample2/frmexample2.pri

17 lines
331 B
Plaintext
Raw Normal View History

2021-12-10 12:23:28 +00:00
FORMS += \
$$PWD/frmaxistag.ui \
$$PWD/frminteraction.ui \
$$PWD/frmscrollbar.ui
HEADERS += \
$$PWD/axistag.h \
$$PWD/frmaxistag.h \
$$PWD/frminteraction.h \
$$PWD/frmscrollbar.h
SOURCES += \
$$PWD/axistag.cpp \
$$PWD/frmaxistag.cpp \
$$PWD/frminteraction.cpp \
$$PWD/frmscrollbar.cpp