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

SOURCES += \
    qmlposter.cpp

TARGET = qml_poster
TEMPLATE = app

RESOURCES += \
    poster.qrc

OTHER_FILES += \
    poster.qml

target.path = $$[QT_INSTALL_EXAMPLES]/nfc/poster
INSTALLS += target