aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/tweetsearch/tweetsearch.pro
blob: 36f4377de112aca584bc2389b82cb2b7c3ee8660 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/tweetsearch
qml.files = tweetsearch.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/tweetsearch
sources.files = $$SOURCES tweetsearch.pro
sources.path = $$qml.path
INSTALLS += sources target qml