You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AppFlow/CFDStruct/CUIProperty/CUIProperty.pri

38 lines
868 B
Plaintext

HEADERS += \
$$PWD/CUIComponentBase.h \
$$PWD/CUIComponentBaseContainerWidget.h \
$$PWD/CUIComponentBaseWidget.h \
$$PWD/CUIDefine.h \
$$PWD/CUIRadioComponent.h \
CUI.h \
CUIButtonBox.h \
CUICheckBox.h \
CUIComboBox.h \
CUIGroupBox.h \
CUILineEdit.h \
CUIPushButton.h \
CUIRadioButton.h \
CUITabWidget.h \
CUIWidget.h \
CUISigsCenter.h \
CUIPropertyAPI.h \
CUIConfig.h
SOURCES += \
$$PWD/CUIComponentBase.cpp \
$$PWD/CUIComponentBaseContainerWidget.cpp \
$$PWD/CUIComponentBaseWidget.cpp \
$$PWD/CUIRadioComponent.cpp \
CUI.cpp \
CUIButtonBox.cpp \
CUICheckBox.cpp \
CUIComboBox.cpp \
CUIGroupBox.cpp \
CUILineEdit.cpp \
CUIPushButton.cpp \
CUIRadioButton.cpp \
CUITabWidget.cpp \
CUIWidget.cpp \
CUIConfig.cpp \
CUISigsCenter.cpp