summaryrefslogtreecommitdiffstats
path: root/examples/demos/tweetsearch/tweetsearch.pro
blob: bc4a09e1ead03e01763bd7af272344bba6555aca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp
RESOURCES += tweetsearch.qrc

OTHER_FILES = tweetsearch.qml \
              content/*.qml \
              content/*.mjs \
              content/resources/*

target.path = $$[QT_INSTALL_EXAMPLES]/demos/tweetsearch
INSTALLS += target