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