summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/Functions.cmake2
-rw-r--r--src/sync.profile15
-rw-r--r--sync.profile15
3 files changed, 16 insertions, 16 deletions
diff --git a/cmake/Functions.cmake b/cmake/Functions.cmake
index d29ed7a40..6a8aa69cc 100644
--- a/cmake/Functions.cmake
+++ b/cmake/Functions.cmake
@@ -58,7 +58,7 @@ function(get_qt_features outList module)
endfunction()
function(get_configure_mode configureMode)
- if (NOT DEFINED WEBENGINE_REPO_BUILD)
+ if (NOT DEFINED WEBENGINE_REPO_BUILD AND NOT DEFINED QT_SUPER_BUILD)
set(${configureMode} NO_CONFIG_HEADER_FILE NO_SYNC_QT PARENT_SCOPE)
endif()
endfunction()
diff --git a/src/sync.profile b/src/sync.profile
deleted file mode 100644
index 3f16b417c..000000000
--- a/src/sync.profile
+++ /dev/null
@@ -1,15 +0,0 @@
-%modules = ( # path to module name map
- "QtWebEngineQuick" => "$basedir/webenginequick",
- "QtWebEngineWidgets" => "$basedir/webenginewidgets",
- "QtWebEngineTestSupport" => "$basedir/webenginequick/testsupport",
- "QtWebEngineCore" => "$basedir/core/api",
- "QtPdf" => "$basedir/pdf",
- "QtPdfWidgets" => "$basedir/pdfwidgets",
-);
-%moduleheaders = ( # restrict the module headers to those found in relative path
- "QtWebEngineQuick" => "api",
- "QtWebEngineWidgets" => "api",
- "QtPdf" => "api"
-);
-%classnames = (
-);
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 000000000..77a499d4c
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,15 @@
+%modules = ( # path to module name map
+ "QtWebEngineQuick" => "$basedir/src/webenginequick",
+ "QtWebEngineWidgets" => "$basedir/src/webenginewidgets",
+ "QtWebEngineTestSupport" => "$basedir/src/webenginequick/testsupport",
+ "QtWebEngineCore" => "$basedir/src/core/api",
+ "QtPdf" => "$basedir/src/pdf",
+ "QtPdfWidgets" => "$basedir/src/pdfwidgets",
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+ "QtWebEngineQuick" => "api",
+ "QtWebEngineWidgets" => "api",
+ "QtPdf" => "api"
+);
+%classnames = (
+);