summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/stylesheet/stylesheet.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/stylesheet/stylesheet.pro')
-rw-r--r--examples/widgets/widgets/stylesheet/stylesheet.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/widgets/widgets/stylesheet/stylesheet.pro b/examples/widgets/widgets/stylesheet/stylesheet.pro
deleted file mode 100644
index 0fe3187f63..0000000000
--- a/examples/widgets/widgets/stylesheet/stylesheet.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-QT += widgets
-requires(qtConfig(combobox))
-
-HEADERS = mainwindow.h \
- stylesheeteditor.h
-FORMS = mainwindow.ui \
- stylesheeteditor.ui
-RESOURCES = stylesheet.qrc
-SOURCES = main.cpp \
- mainwindow.cpp \
- stylesheeteditor.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/stylesheet
-INSTALLS += target