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.
38 lines
989 B
Plaintext
38 lines
989 B
Plaintext
3 weeks ago
|
HEADERS += \
|
||
|
$$PWD/GUIWidgetAPI.h \
|
||
|
$$PWD/GUISpinBox.h \
|
||
|
$$PWD/GUIComboBox.h \
|
||
|
$$PWD/TreeWidget.h \
|
||
|
$$PWD/ToolBarBase.h \
|
||
|
$$PWD/GUIWidgetBase.h \
|
||
|
$$PWD/ToolBarAnimation.h \
|
||
|
$$PWD/ToolBarColorMapper.h \
|
||
|
$$PWD/InformationWidget.h \
|
||
|
$$PWD/PropertyWidget.h \
|
||
|
$$PWD/ToolBarFilter.h \
|
||
|
$$PWD/ToolBarEvent.h \
|
||
|
$$PWD/GUIPickInfo.h \
|
||
|
$$PWD/PickedDataProvider.h \
|
||
|
$$PWD/PickedData.h \
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/GUISpinBox.cpp \
|
||
|
$$PWD/GUIComboBox.cpp \
|
||
|
$$PWD/TreeWidget.cpp \
|
||
|
$$PWD/ToolBarBase.cpp \
|
||
|
$$PWD/GUIWidgetBase.cpp \
|
||
|
$$PWD/ToolBarAnimation.cpp \
|
||
|
$$PWD/ToolBarColorMapper.cpp \
|
||
|
$$PWD/InformationWidget.cpp \
|
||
|
$$PWD/PropertyWidget.cpp \
|
||
|
$$PWD/ToolBarFilter.cpp \
|
||
|
$$PWD/ToolBarEvent.cpp \
|
||
|
$$PWD/GUIPickInfo.cpp \
|
||
|
$$PWD/PickedDataProvider.cpp \
|
||
|
$$PWD/PickedData.cpp \
|
||
|
|
||
|
FORMS += \
|
||
|
$$PWD/InformationWidget.ui \
|
||
|
$$PWD/PropertyWidget.ui \
|
||
|
|
||
|
FORMS += \
|