diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2012-06-05 14:32:52 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-06-07 00:39:09 +0200 |
commit | 1f8b8d56b225c0d7bf593e214f89351e283394c5 (patch) | |
tree | 07e947d00b87188e65589b0a39dbd280b1aec592 /examples/qtconcurrent/map/map.pro | |
parent | 58db6e882290c3bb4102e0c2e47e653af55ca1ca (diff) |
Diffstat (limited to 'examples/qtconcurrent/map/map.pro')
-rw-r--r-- | examples/qtconcurrent/map/map.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtconcurrent/map/map.pro b/examples/qtconcurrent/map/map.pro index 994c266e9b..f5857f789e 100644 --- a/examples/qtconcurrent/map/map.pro +++ b/examples/qtconcurrent/map/map.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = mapdemo -QT += concurrent widgets +QT += concurrent CONFIG += console SOURCES += main.cpp |