Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / tools / qmleasing / qmleasing.pro
1 QT += qml quick widgets
2 CONFIG -= app_bundle
3
4 SOURCES += main.cpp \
5     splineeditor.cpp \
6     mainwindow.cpp \
7     segmentproperties.cpp
8
9 RESOURCES = $$PWD/resources.qrc
10
11 HEADERS += \
12     splineeditor.h \
13     mainwindow.h \
14     segmentproperties.h
15
16 FORMS += \
17     properties.ui \
18     pane.ui \
19     import.ui