Don't use QtDeclarative compat module
[profile/ivi/qtdeclarative.git] / tools / easingcurveeditor / easingcurveeditor.pro
1 TEMPLATE = app
2 DEPENDPATH += .
3 INCLUDEPATH += .
4
5 QT += qml quick widgets
6 CONFIG -= app_bundle
7
8 # Input
9 SOURCES += main.cpp \
10     splineeditor.cpp \
11     mainwindow.cpp \
12     segmentproperties.cpp
13
14 RESOURCES = $$PWD/resources.qrc
15
16 HEADERS += \
17     splineeditor.h \
18     mainwindow.h \
19     segmentproperties.h
20
21 FORMS += \
22     properties.ui \
23     pane.ui