diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-11-29 14:57:34 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-11-29 22:17:00 +0100 |
| commit | 39f8ee5361e048d5fa4b5ab51e8a76686f40eaed (patch) | |
| tree | b12afd502603342079c3da947dd82b3e4509c9c1 /sources/pyside6 | |
| parent | 47a9622599822d5db2dd20f13f369c671c4c4fca (diff) | |
Remove unused FindQt5Extra.cmake file
Pick-to: 6.4
Change-Id: I3208725f2870254a53faa3d1c208c2d2096334bc
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6')
| -rw-r--r-- | sources/pyside6/cmake/Macros/FindQt5Extra.cmake | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sources/pyside6/cmake/Macros/FindQt5Extra.cmake b/sources/pyside6/cmake/Macros/FindQt5Extra.cmake deleted file mode 100644 index 71846e48a..000000000 --- a/sources/pyside6/cmake/Macros/FindQt5Extra.cmake +++ /dev/null @@ -1,25 +0,0 @@ -# -# Try to find QtMultimedia -# TODO: Remove this hack when cmake support QtMultimedia module -# CT: maybe we can remove this. -# For now, I just use the mapping to Qt5 - -find_package(Qt${QT_MAJOR_VERSION}Multimedia) - -if (NOT Qt${QT_MAJOR_VERSION}Multimedia_FOUND) - find_path(QT_QTMULTIMEDIA_INCLUDE_DIR QtMultimedia - PATHS ${QT_HEADERS_DIR}/QtMultimedia - ${QT_LIBRARY_DIR}/QtMultimedia.framework/Headers - NO_DEFAULT_PATH) - find_library(QT_QTMULTIMEDIA_LIBRARY QtMultimedia PATHS ${QT_LIBRARY_DIR} NO_DEFAULT_PATH) - if (QT_QTMULTIMEDIA_INCLUDE_DIR AND QT_QTMULTIMEDIA_LIBRARY) - set(QT_QTMULTIMEDIA_FOUND ON) - else() - #Replace this on documentation - set(if_QtMultimedia "<!--") - set(end_QtMultimedia "-->") - endif() -endif () - -# Maemo is no longer supported -# QtDeclarative is no longer supported |
