1f8b8d56b2
Change-Id: I734ae73a530ab6eb27271586040ef910e6ad0e2c Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
14 lines
379 B
Prolog
14 lines
379 B
Prolog
TEMPLATE = app
|
|
TARGET = mapdemo
|
|
QT += concurrent
|
|
CONFIG += console
|
|
|
|
SOURCES += main.cpp
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/map
|
|
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/map
|
|
INSTALLS += target sources
|
|
|
|
simulator: warning(This example does not work on Simulator platform)
|