aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/tweetsearch/tweetsearch.pro
blob: 27c34bac5d5005b74c87240f84aaa411a4514ee1 (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/*.js \
              content/resources/*

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