aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmleasing/qmleasing.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmleasing/qmleasing.pro')
-rw-r--r--tools/qmleasing/qmleasing.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/qmleasing/qmleasing.pro b/tools/qmleasing/qmleasing.pro
new file mode 100644
index 0000000000..eadcb304c4
--- /dev/null
+++ b/tools/qmleasing/qmleasing.pro
@@ -0,0 +1,19 @@
+QT += qml quick widgets
+CONFIG -= app_bundle
+
+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 \
+ import.ui