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.
68 lines
1.9 KiB
Plaintext
68 lines
1.9 KiB
Plaintext
3 weeks ago
|
HEADERS += \
|
||
|
$$PWD/GUIDialogAPI.h \
|
||
|
$$PWD/FileDialogDirectory.h \
|
||
|
$$PWD/GUIDialogBase.h \
|
||
|
$$PWD/ColorMapperEditDialog.h \
|
||
|
$$PWD/SliceDialog.h \
|
||
|
$$PWD/IsosurfDialog.h \
|
||
|
$$PWD/ClipDialog.h \
|
||
|
$$PWD/ClipSliceWidgetBase.h \
|
||
|
$$PWD/ClipSliceWidgetPlane.h \
|
||
|
$$PWD/ClipSliceWidgetSphere.h \
|
||
|
$$PWD/ClipSliceWidgetCylinder.h \
|
||
|
$$PWD/ClipSliceWidgetBox.h \
|
||
|
$$PWD/StreamLineDialog.h \
|
||
|
$$PWD/GlyphDialog.h \
|
||
|
$$PWD/ExtremumDialog.h \
|
||
|
$$PWD/ThresholdDialog.h \
|
||
|
$$PWD/DeformDialog.h \
|
||
|
$$PWD/LightWidget.h \
|
||
|
$$PWD/LightSubWidget.h \
|
||
|
$$PWD/ProbeDialog.h \
|
||
|
$$PWD/GUIDialogManager.h \
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/GUIDialogBase.cpp \
|
||
|
$$PWD/FileDialogDirectory.cpp \
|
||
|
$$PWD/ColorMapperEditDialog.cpp \
|
||
|
$$PWD/SliceDialog.cpp \
|
||
|
$$PWD/IsosurfDialog.cpp \
|
||
|
$$PWD/ClipDialog.cpp \
|
||
|
$$PWD/ClipSliceWidgetBase.cpp \
|
||
|
$$PWD/ClipSliceWidgetPlane.cpp \
|
||
|
$$PWD/ClipSliceWidgetSphere.cpp \
|
||
|
$$PWD/ClipSliceWidgetCylinder.cpp \
|
||
|
$$PWD/ClipSliceWidgetBox.cpp \
|
||
|
$$PWD/StreamLineDialog.cpp \
|
||
|
$$PWD/GlyphDialog.cpp \
|
||
|
$$PWD/ExtremumDialog.cpp \
|
||
|
$$PWD/ThresholdDialog.cpp \
|
||
|
$$PWD/DeformDialog.cpp \
|
||
|
$$PWD/LightWidget.cpp \
|
||
|
$$PWD/LightSubWidget.cpp \
|
||
|
$$PWD/ProbeDialog.cpp \
|
||
|
$$PWD/GUIDialogManager.cpp \
|
||
|
|
||
|
FORMS += \
|
||
|
$$PWD/FileDialogDirectory.ui \
|
||
|
$$PWD/ColorMapperEditDialog.ui \
|
||
|
$$PWD/SliceDialog.ui \
|
||
|
$$PWD/IsosurfDialog.ui \
|
||
|
$$PWD/ClipDialog.ui \
|
||
|
$$PWD/ClipSliceWidgetPlane.ui \
|
||
|
$$PWD/ClipSliceWidgetSphere.ui \
|
||
|
$$PWD/ClipSliceWidgetCylinder.ui \
|
||
|
$$PWD/ClipSliceWidgetBox.ui \
|
||
|
$$PWD/StreamLineDialog.ui \
|
||
|
$$PWD/GlyphDialog.ui \
|
||
|
$$PWD/ExtremumDialog.ui \
|
||
|
$$PWD/ThresholdDialog.ui \
|
||
|
$$PWD/DeformDialog.ui \
|
||
|
$$PWD/LightWidget.ui \
|
||
|
$$PWD/LightSubWidget.ui \
|
||
|
$$PWD/ProbeDialog.ui \
|
||
|
|
||
|
|
||
|
RESOURCES += \
|
||
|
# $$PWD/../../Resources/Resources.qrc
|
||
|
|