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, 18 insertions, 0 deletions
diff --git a/examples/webengine/customdialogs/customdialogs.pro b/examples/webengine/customdialogs/customdialogs.pro
new file mode 100644
index 000000000..5861f3af7
--- /dev/null
+++ b/examples/webengine/customdialogs/customdialogs.pro
@@ -0,0 +1,18 @@
+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
+}