blob: 1d7cce5085a6fb982daeb69cce5afc708153305d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
TEMPLATE=app
TARGET = qml_position_flickr
QT += qml quick network positioning
SOURCES += qmllocationflickr.cpp
RESOURCES += \
flickr.qrc
OTHER_FILES += flickr.qml \
flickrcommon/* \
flickrmobile/*
target.path = $$[QT_INSTALL_EXAMPLES]/positioning/flickr
INSTALLS += target
|