post-merge cleaning

rearrange top-level CMakeLists.txt
This commit is contained in:
Allen Winter
2021-07-29 17:04:45 -04:00
parent e615d1c618
commit 7ec542a211
2 changed files with 45 additions and 54 deletions

View File

@@ -14,11 +14,8 @@ set(PYTHON_BINDING_NAMESPACE "PyKDDockWidgets")
if(NOT DEFINED SHIBOKEN_CUSTOM_PREFIX) #look for shiboken in a custom location
set(SHIBOKEN_CUSTOM_PREFIX "")
endif()
if(NOT DEFINED PYSIDE2_CUSTOM_PREFIX) #look for pyside in a custom location
set(PYSIDE2_CUSTOM_PREFIX "")
endif()
if(NOT DEFINED PYSIDE6_CUSTOM_PREFIX) #look for pyside in a custom location
set(PYSIDE6_CUSTOM_PREFIX "")
if(NOT DEFINED PYSIDE_CUSTOM_PREFIX) #look for pyside in a custom location
set(PYSIDE_CUSTOM_PREFIX "")
endif()
if(${PROJECT_NAME}_QT6)