summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Qt3DStudio.pro
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2018-05-31 14:09:33 +0300
committerTomi Korpipää <tomi.korpipaa@qt.io>2018-06-01 04:11:48 +0000
commit828c18fbe3b29d7e3571037f678ec43dd0ae1cba (patch)
treefff682ad098862e660e9900d9181ca75cff0bfa6 /src/Authoring/Studio/Qt3DStudio.pro
parent8fc0026450fbd9c4591561874578001483cabacb (diff)
Clean up old controls
Remove unused controls from Authoring/Studio/Controls and some ancillary files elsewhere. Task-number: QT3DS-1828 Change-Id: I6461112a02cc24ef0c169b3a99de26b034065040 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Qt3DStudio.pro')
-rw-r--r--src/Authoring/Studio/Qt3DStudio.pro40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/Authoring/Studio/Qt3DStudio.pro b/src/Authoring/Studio/Qt3DStudio.pro
index 68b0a740..a64f81bb 100644
--- a/src/Authoring/Studio/Qt3DStudio.pro
+++ b/src/Authoring/Studio/Qt3DStudio.pro
@@ -29,7 +29,6 @@ INCLUDEPATH += \
Palettes/Progress \
Palettes/Project \
Palettes/Slide \
- Palettes/Splash \
Palettes/Timeline \
Palettes/TimelineGraphicsView \
Palettes/TimelineGraphicsView/ui \
@@ -125,12 +124,7 @@ HEADERS += \
Application/SubPresentationListDlg.h \
Application/TimeEditDlg.h \
Application/TimeEnums.h \
- Controls/BreadCrumbControl.h \
- Controls/ButtonControl.h \
Controls/ClickableLabel.h \
- Controls/TextEditContextMenu.h \
- Controls/ToggleButton.h \
- Controls/TreeItem.h \
Controls/WidgetControl.h \
DragAndDrop/DropProxy.h \
Palettes/Action/ActionContextMenu.h \
@@ -246,45 +240,13 @@ SOURCES += \
Application/SubPresentationListDlg.cpp \
Application/TimeEditDlg.cpp \
Controls/AppFonts.cpp \
- Controls/BaseMeasure.cpp \
- Controls/BlankControl.cpp \
- Controls/BreadCrumbControl.cpp \
Controls/BufferedRenderer.cpp \
- Controls/ButtonControl.cpp \
Controls/ClickableLabel.cpp \
Controls/Control.cpp \
Controls/ControlData.cpp \
Controls/ControlGraph.cpp \
- Controls/FloatEdit.cpp \
- Controls/FlowLayout.cpp \
- Controls/InsertionLine.cpp \
- Controls/InsertionOverlay.cpp \
- Controls/LazyFlow.cpp \
- Controls/ListBoxItem.cpp \
- Controls/ListBoxStringItem.cpp \
- Controls/ListLayout.cpp \
- Controls/NameEdit.cpp \
Controls/OffscreenRenderer.cpp \
- Controls/OverlayControl.cpp \
Controls/Renderer.cpp \
- Controls/ScrollController.cpp \
- Controls/Scroller.cpp \
- Controls/ScrollerBackground.cpp \
- Controls/ScrollerBar.cpp \
- Controls/ScrollerButtonControl.cpp \
- Controls/ScrollerThumb.cpp \
- Controls/SIcon.cpp \
- Controls/SplashControl.cpp \
- Controls/SplitBar.cpp \
- Controls/Splitter.cpp \
- Controls/StringEdit.cpp \
- Controls/TextEdit.cpp \
- Controls/TextEditContextMenu.cpp \
- Controls/TextEditInPlace.cpp \
- Controls/TimeEdit.cpp \
- Controls/ToggleButton.cpp \
- Controls/TreeControl.cpp \
- Controls/TreeItem.cpp \
Controls/WidgetControl.cpp \
Controls/WinRenderer.cpp \
DragAndDrop/BasicObjectDropSource.cpp \
@@ -294,8 +256,6 @@ SOURCES += \
DragAndDrop/DropTarget.cpp \
DragAndDrop/ExplorerFileDropSource.cpp \
DragAndDrop/FileDropSource.cpp \
- DragAndDrop/ListBoxDropSource.cpp \
- DragAndDrop/ListBoxDropTarget.cpp \
DragAndDrop/ProjectDropTarget.cpp \
DragAndDrop/SceneDropTarget.cpp \
DragAndDrop/TimelineDropSource.cpp \