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.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/easingcurveeditor/easingcurveeditor.pro b/tools/easingcurveeditor/easingcurveeditor.pro
new file mode 100644
index 0000000000..0a266d0aee
--- /dev/null
+++ b/tools/easingcurveeditor/easingcurveeditor.pro
@@ -0,0 +1,25 @@
+TEMPLATE = app
+DEPENDPATH += .
+INCLUDEPATH += .
+
+QT += declarative quick widgets
+CONFIG -= app_bundle
+
+# Input
+SOURCES += main.cpp \
+ splineeditor.cpp \
+ mainwindow.cpp \
+ segmentproperties.cpp
+
+RESOURCES = $$PWD/resources.qrc
+
+HEADERS += \
+ splineeditor.h \
+ mainwindow.h \
+ ui_properties.h \
+ ui_pane.h \
+ segmentproperties.h
+
+FORMS += \
+ properties.ui \
+ pane.ui