qmlplugindump: Fix handling of implicit signals
[profile/ivi/qtdeclarative.git] / tools / easingcurveeditor / easingcurveeditor.pro
1 QT += qml quick widgets
2 CONFIG -= app_bundle
3
4 # Input
5 SOURCES += main.cpp \
6     splineeditor.cpp \
7     mainwindow.cpp \
8     segmentproperties.cpp
9
10 RESOURCES = $$PWD/resources.qrc
11
12 HEADERS += \
13     splineeditor.h \
14     mainwindow.h \
15     segmentproperties.h
16
17 FORMS += \
18     properties.ui \
19     pane.ui