buildsystem - rename QT_MAJOR_VERSION to Qt_VERSION_MAJOR

as this is consistent with CMake style and other projects
This commit is contained in:
Allen Winter
2021-08-04 16:18:31 -04:00
parent 8e19b81eb9
commit d40580c550
5 changed files with 18 additions and 18 deletions

View File

@@ -48,9 +48,9 @@ set(PyKDDockWidgets_target_include_directories
# Libraries that will be necessary to link the target, this will used in the command 'target_link_libraries'
set(PyKDDockWidgets_target_link_libraries
KDAB::kddockwidgets
Qt${QT_MAJOR_VERSION}::Core
Qt${QT_MAJOR_VERSION}::Gui
Qt${QT_MAJOR_VERSION}::Widgets
Qt${Qt_VERSION_MAJOR}::Core
Qt${Qt_VERSION_MAJOR}::Gui
Qt${Qt_VERSION_MAJOR}::Widgets
)
# changes on these files should trigger a new generation