File: geoflickr.pro

package info (click to toggle)
qtlocation-opensource-src 5.15.8%2Bdfsg-3%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 33,276 kB
  • sloc: cpp: 169,854; ansic: 3,910; xml: 2,791; java: 426; javascript: 190; sql: 52; makefile: 40
file content (15 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app
TARGET = geoflickr

QT += qml quick network positioning xmlpatterns
SOURCES += qmllocationflickr.cpp

RESOURCES += \
    flickr.qrc

OTHER_FILES += flickr.qml \
               flickrcommon/* \
               flickrmobile/*

target.path = $$[QT_INSTALL_EXAMPLES]/positioning/geoflickr
INSTALLS += target