tweetsearch.pro Example File

demos/tweetsearch/tweetsearch.pro
TEMPLATE = app

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

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