aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/QtWebEngineWidgets/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/PySide2/QtWebEngineWidgets/CMakeLists.txt')
-rw-r--r--sources/pyside2/PySide2/QtWebEngineWidgets/CMakeLists.txt55
1 files changed, 0 insertions, 55 deletions
diff --git a/sources/pyside2/PySide2/QtWebEngineWidgets/CMakeLists.txt b/sources/pyside2/PySide2/QtWebEngineWidgets/CMakeLists.txt
deleted file mode 100644
index b9fc1bc92..000000000
--- a/sources/pyside2/PySide2/QtWebEngineWidgets/CMakeLists.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-project(QtWebEngineWidgets)
-
-set(QtWebEngineWidgets_SRC
-${QtWebEngineWidgets_GEN_DIR}/qwebenginecertificateerror_wrapper.cpp
-${QtWebEngineWidgets_GEN_DIR}/qwebenginedownloaditem_wrapper.cpp
-${QtWebEngineWidgets_GEN_DIR}/qwebenginehistory_wrapper.cpp
-${QtWebEngineWidgets_GEN_DIR}/qwebenginehistoryitem_wrapper.cpp
-${QtWebEngineWidgets_GEN_DIR}/qwebenginepage_wrapper.cpp
-${QtWebEngineWidgets_GEN_DIR}/qwebengineprofile_wrapper.cpp
-${QtWebEngineWidgets_GEN_DIR}/qwebenginescript_wrapper.cpp
-${QtWebEngineWidgets_GEN_DIR}/qwebenginescriptcollection_wrapper.cpp
-${QtWebEngineWidgets_GEN_DIR}/qwebenginesettings_wrapper.cpp
-${QtWebEngineWidgets_GEN_DIR}/qwebengineview_wrapper.cpp
-${QtWebEngineWidgets_GEN_DIR}/qwebenginecontextmenudata_wrapper.cpp
-${QtWebEngineWidgets_GEN_DIR}/qwebenginefullscreenrequest_wrapper.cpp
-# module is always needed
-${QtWebEngineWidgets_GEN_DIR}/qtwebenginewidgets_module_wrapper.cpp
-)
-
-set(QtWebEngineWidgets_include_dirs
- ${QtWebEngineWidgets_SOURCE_DIR}
- ${QtWebEngineWidgets_BINARY_DIR}
- ${Qt${QT_MAJOR_VERSION}Core_INCLUDE_DIRS}
- ${Qt${QT_MAJOR_VERSION}Gui_INCLUDE_DIRS}
- ${Qt${QT_MAJOR_VERSION}Widgets_INCLUDE_DIRS}
- ${Qt${QT_MAJOR_VERSION}Network_INCLUDE_DIRS}
- ${Qt${QT_MAJOR_VERSION}WebChannel_INCLUDE_DIRS}
- ${Qt${QT_MAJOR_VERSION}WebEngineWidgets_INCLUDE_DIRS}
- ${libpyside_SOURCE_DIR}
- ${QtCore_GEN_DIR}
- ${QtGui_GEN_DIR}
- ${QtWidgets_GEN_DIR}
- ${QtWebEngineWidgets_GEN_DIR}
- ${QtNetwork_GEN_DIR}
- ${QtWebChannel_GEN_DIR}
- ${QtWebEngineCore_GEN_DIR}
- ${QtPrintSupport_GEN_DIR}
- )
-set(QtWebEngineWidgets_libraries pyside2
- ${Qt${QT_MAJOR_VERSION}WebEngineWidgets_LIBRARIES}
- ${Qt${QT_MAJOR_VERSION}Network_LIBRARIES}
- ${Qt${QT_MAJOR_VERSION}WebChannel_LIBRARIES}
- ${Qt${QT_MAJOR_VERSION}Widgets_LIBRARIES}
- ${Qt${QT_MAJOR_VERSION}Gui_LIBRARIES}
- ${Qt${QT_MAJOR_VERSION}Core_LIBRARIES}
- ${Qt${QT_MAJOR_VERSION}PrintSupport_LIBRARIES}
- )
-set(QtWebEngineWidgets_deps QtGui QtWidgets QtNetwork QtWebChannel QtPrintSupport)
-create_pyside_module(NAME QtWebEngineWidgets
- INCLUDE_DIRS QtWebEngineWidgets_include_dirs
- LIBRARIES QtWebEngineWidgets_libraries
- DEPS QtWebEngineWidgets_deps
- TYPESYSTEM_PATH QtWebEngineWidgets_SOURCE_DIR
- SOURCES QtWebEngineWidgets_SRC)
-