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

31 lines
582 B
Plaintext

3 weeks ago
HEADERS += \
CUI.h \
CUIButtonBox.h \
CUICheckBox.h \
CUIComboBox.h \
CUICommon.h \
CUIGroupBox.h \
CUILineEdit.h \
CUIPushButton.h \
CUIRadioButton.h \
CUITabWidget.h \
CUIWidget.h \
CUISigsCenter.h \
CUIPropertyAPI.h \
CUIConfig.h
3 weeks ago
SOURCES += \
CUI.cpp \
CUIButtonBox.cpp \
CUICheckBox.cpp \
CUIComboBox.cpp \
CUICommon.cpp \
CUIGroupBox.cpp \
CUILineEdit.cpp \
CUIPushButton.cpp \
CUIRadioButton.cpp \
CUITabWidget.cpp \
CUIWidget.cpp \
CUIConfig.cpp \
CUISigsCenter.cpp