summaryrefslogtreecommitdiffstats
path: root/examples/nfc/poster/poster.pro
blob: d108b2a20e2021433fd89c18435fca936db14f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += qml quick network nfc widgets

SOURCES += \
    qmlposter.cpp

TARGET = qml_poster
TEMPLATE = app

RESOURCES += \
    poster.qrc

OTHER_FILES += \
    poster.qml