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.
35 lines
585 B
Plaintext
35 lines
585 B
Plaintext
HEADERS += \
|
|
$$PWD/CUIPropertyAPI.h \
|
|
$$PWD/CUIConfig.h \
|
|
|
|
SOURCES += \
|
|
$$PWD/CUIConfig.cpp \
|
|
|
|
|
|
|
|
HEADERS += \
|
|
CUI.h \
|
|
CUIButtonBox.h \
|
|
CUICheckBox.h \
|
|
CUIComboBox.h \
|
|
CUICommon.h \
|
|
CUIGroupBox.h \
|
|
CUILineEdit.h \
|
|
CUIPushButton.h \
|
|
CUIRadioButton.h \
|
|
CUITabWidget.h \
|
|
CUIWidget.h
|
|
|
|
SOURCES += \
|
|
CUI.cpp \
|
|
CUIButtonBox.cpp \
|
|
CUICheckBox.cpp \
|
|
CUIComboBox.cpp \
|
|
CUICommon.cpp \
|
|
CUIGroupBox.cpp \
|
|
CUILineEdit.cpp \
|
|
CUIPushButton.cpp \
|
|
CUIRadioButton.cpp \
|
|
CUITabWidget.cpp \
|
|
CUIWidget.cpp
|