summaryrefslogtreecommitdiffstats
path: root/examples/webengine/recipebrowser/recipebrowser.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webengine/recipebrowser/recipebrowser.pro')
-rw-r--r--examples/webengine/recipebrowser/recipebrowser.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/webengine/recipebrowser/recipebrowser.pro b/examples/webengine/recipebrowser/recipebrowser.pro
new file mode 100644
index 000000000..ea6db13fb
--- /dev/null
+++ b/examples/webengine/recipebrowser/recipebrowser.pro
@@ -0,0 +1,14 @@
+TEMPLATE = app
+
+QT += quick qml quickcontrols2 webengine
+
+cross_compile {
+ posix|qnx|linux: DEFINES += QTWEBENGINE_RECIPE_BROWSER_EMBEDDED
+}
+
+SOURCES += main.cpp
+
+RESOURCES += resources/resources.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/webengine/recipebrowser
+INSTALLS += target