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.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/webengine/recipebrowser/recipebrowser.pro b/examples/webengine/recipebrowser/recipebrowser.pro
deleted file mode 100644
index 2c2145fc6..000000000
--- a/examples/webengine/recipebrowser/recipebrowser.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-TEMPLATE = app
-
-QT += quick qml quickcontrols2 webengine
-
-cross_compile {
- posix|qnx|linux: DEFINES += QTWEBENGINE_RECIPE_BROWSER_EMBEDDED
-}
-
-SOURCES += main.cpp
-
-RESOURCES += resources/resources.qrc
-
-# Make sure Qt Quick compiler does not remove the source code of the .js files.
-QTQUICK_COMPILER_SKIPPED_RESOURCES = resources/resources.qrc
-
-DISTFILES += \
- resources/pages/assets/3rdparty/MARKDOWN-LICENSE.txt \
- resources/pages/assets/3rdparty/MARKED-LICENSE.txt
-
-target.path = $$[QT_INSTALL_EXAMPLES]/webengine/recipebrowser
-INSTALLS += target