diff options
Diffstat (limited to 'examples/qtconcurrent/map/map.pro')
-rw-r--r-- | examples/qtconcurrent/map/map.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/qtconcurrent/map/map.pro b/examples/qtconcurrent/map/map.pro new file mode 100644 index 0000000000..f20267bc3b --- /dev/null +++ b/examples/qtconcurrent/map/map.pro @@ -0,0 +1,14 @@ +TEMPLATE = app +TARGET = mapdemo +DEPENDPATH += . +INCLUDEPATH += . + +# Input +SOURCES += main.cpp +CONFIG += console + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/map +sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png +sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/map +INSTALLS += target sources |