summaryrefslogtreecommitdiffstats
path: root/examples/widgets/charactermap/charactermap.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/charactermap/charactermap.pro')
-rw-r--r--examples/widgets/charactermap/charactermap.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/widgets/charactermap/charactermap.pro b/examples/widgets/charactermap/charactermap.pro
deleted file mode 100644
index 0a9d6e7b5c..0000000000
--- a/examples/widgets/charactermap/charactermap.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-HEADERS = characterwidget.h \
- mainwindow.h
-SOURCES = characterwidget.cpp \
- mainwindow.cpp \
- main.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/charactermap
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS charactermap.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/charactermap
-INSTALLS += target sources
-
-QT += widgets
-
-simulator: warning(This example might not fully work on Simulator platform)