summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/softkeys/softkeys.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/softkeys/softkeys.pro')
-rw-r--r--examples/widgets/widgets/softkeys/softkeys.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/widgets/widgets/softkeys/softkeys.pro b/examples/widgets/widgets/softkeys/softkeys.pro
deleted file mode 100644
index 5473069bb1..0000000000
--- a/examples/widgets/widgets/softkeys/softkeys.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-HEADERS = softkeys.h
-SOURCES += \
- main.cpp \
- softkeys.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/softkeys
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS softkeys.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/softkeys
-INSTALLS += target sources
-
-QT += widgets
-