summaryrefslogtreecommitdiffstats
path: root/demos/declarative/twitter/twitter.pro
blob: e1dd821a7b3d0d6f50e2d7d8af69958ebebda3d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE=app
CONFIG -= qt separate_debug_info
LIBS =
QT =
QMAKE_LINK = @: dummy

sources.files = \
    TwitterCore \
    twitter.qml 

sources.path = $$[QT_INSTALL_DEMOS]/declarative/twitter
INSTALLS = sources