summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/stylesheetbrowser/stylesheetbrowser.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginewidgets/stylesheetbrowser/stylesheetbrowser.pro')
-rw-r--r--examples/webenginewidgets/stylesheetbrowser/stylesheetbrowser.pro22
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/webenginewidgets/stylesheetbrowser/stylesheetbrowser.pro b/examples/webenginewidgets/stylesheetbrowser/stylesheetbrowser.pro
deleted file mode 100644
index a9ff54400..000000000
--- a/examples/webenginewidgets/stylesheetbrowser/stylesheetbrowser.pro
+++ /dev/null
@@ -1,22 +0,0 @@
-TEMPLATE = app
-TARGET = stylesheetbrowser
-QT += webenginewidgets
-
-HEADERS += \
- mainwindow.h \
- stylesheetdialog.h
-
-SOURCES += \
- main.cpp \
- mainwindow.cpp \
- stylesheetdialog.cpp
-
-FORMS += \
- mainwindow.ui \
- stylesheetdialog.ui
-
-RESOURCES += stylesheetbrowser.qrc
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/stylesheetbrowser
-INSTALLS += target