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.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/widgets/widgets/charactermap/charactermap.pro b/examples/widgets/widgets/charactermap/charactermap.pro
deleted file mode 100644
index 373aabca73..0000000000
--- a/examples/widgets/widgets/charactermap/charactermap.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-QT += widgets
-requires(qtConfig(combobox))
-
-HEADERS = characterwidget.h \
- mainwindow.h
-SOURCES = characterwidget.cpp \
- mainwindow.cpp \
- main.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/charactermap
-INSTALLS += target