summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/charactermap/charactermap.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/charactermap/charactermap.pro')
-rw-r--r--examples/widgets/widgets/charactermap/charactermap.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/widgets/widgets/charactermap/charactermap.pro b/examples/widgets/widgets/charactermap/charactermap.pro
new file mode 100644
index 0000000000..0a9d6e7b5c
--- /dev/null
+++ b/examples/widgets/widgets/charactermap/charactermap.pro
@@ -0,0 +1,15 @@
+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)