summaryrefslogtreecommitdiff
path: root/examples/qtobject/qtobject.pro
blob: 557603a77bf0217dab934a1ceaeafaa96a27a0b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
QT += qml quick

CONFIG += warn_on

SOURCES += \
    main.cpp \
    testobject.cpp

HEADERS += \
    testobject.h

RESOURCES += \
    resources.qrc

OTHER_FILES += \
    main.qml \
    index.html