mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 05:05:43 +08:00
fc91502162
* Removes dependency on QtX11Extras and implements placeholder solution with QtGUI private API * Fixes CMakeLists.txt to work with Qt5 and Qt6 * Removes all other uses of X11extras * Renames and moves x11 methods into ads::internal * Fixes typo * Adds gui-private to src.pro
5 lines
260 B
CMake
5 lines
260 B
CMake
include(CMakeFindDependencyMacro)
|
|
find_dependency(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED)
|
|
find_dependency(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED)
|
|
find_dependency(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/adsTargets.cmake") |