summaryrefslogtreecommitdiffstats
path: root/examples/tools/contiguouscache/contiguouscache.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/contiguouscache/contiguouscache.pro')
-rw-r--r--examples/tools/contiguouscache/contiguouscache.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/contiguouscache/contiguouscache.pro b/examples/tools/contiguouscache/contiguouscache.pro
index 62cf862795..71130389be 100644
--- a/examples/tools/contiguouscache/contiguouscache.pro
+++ b/examples/tools/contiguouscache/contiguouscache.pro
@@ -1,3 +1,5 @@
+QT += widgets
+
HEADERS = randomlistmodel.h
SOURCES = randomlistmodel.cpp \
main.cpp
@@ -5,7 +7,5 @@ SOURCES = randomlistmodel.cpp \
# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/contiguouscache
INSTALLS += target
-QT += widgets
-
simulator: warning(This example might not fully work on Simulator platform)