aboutsummaryrefslogtreecommitdiffstats
path: root/tools/easingcurveeditor/easingcurveeditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/easingcurveeditor/easingcurveeditor.pro')
-rw-r--r--tools/easingcurveeditor/easingcurveeditor.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/tools/easingcurveeditor/easingcurveeditor.pro b/tools/easingcurveeditor/easingcurveeditor.pro
deleted file mode 100644
index 91f6516ade..0000000000
--- a/tools/easingcurveeditor/easingcurveeditor.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-QT += qml quick widgets
-CONFIG -= app_bundle
-
-# Input
-SOURCES += main.cpp \
- splineeditor.cpp \
- mainwindow.cpp \
- segmentproperties.cpp
-
-RESOURCES = $$PWD/resources.qrc
-
-HEADERS += \
- splineeditor.h \
- mainwindow.h \
- segmentproperties.h
-
-FORMS += \
- properties.ui \
- pane.ui