aboutsummaryrefslogtreecommitdiffstats
path: root/tools/easingcurveeditor/easingcurveeditor.pro
blob: 91f6516ade524fbefba284aa8dcd7598a6f2bfc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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