summaryrefslogtreecommitdiffstats
path: root/examples/webengine/customdialogs/customdialogs.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webengine/customdialogs/customdialogs.pro')
-rw-r--r--examples/webengine/customdialogs/customdialogs.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/webengine/customdialogs/customdialogs.pro b/examples/webengine/customdialogs/customdialogs.pro
deleted file mode 100644
index 5861f3af7..000000000
--- a/examples/webengine/customdialogs/customdialogs.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-QT += webengine
-
-HEADERS += \
- server.h
-
-SOURCES += \
- main.cpp \
- server.cpp
-
-RESOURCES += \
- customdialogs.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/webengine/customdialogs
-INSTALLS += target
-
-qtHaveModule(widgets) {
- QT += widgets # QApplication is required to get native styling with QtQuickControls
-}