Files
QWidgetDemo/third/qcustomplotdemo/frmcustom/frmcustom.pri
2021-12-10 20:34:18 +08:00

14 lines
238 B
Plaintext

FORMS += \
$$PWD/frmmain.ui \
$$PWD/frmmultiaxes.ui
HEADERS += \
$$PWD/frmmain.h \
$$PWD/frmmultiaxes.h \
$$PWD/iconhelper.h
SOURCES += \
$$PWD/frmmain.cpp \
$$PWD/frmmultiaxes.cpp \
$$PWD/iconhelper.cpp