examples/shared/widgetframe/windowbar.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/QWindowKitConfig.cmake.in | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
examples/shared/widgetframe/windowbar.h
@@ -62,7 +62,7 @@ protected: WindowBar(WindowBarPrivate &d, QWidget *parent = nullptr); const std::unique_ptr<WindowBarPrivate> d_ptr; QScopedPointer<WindowBarPrivate> d_ptr; }; } src/QWindowKitConfig.cmake.in
@@ -2,4 +2,7 @@ include(CMakeFindDependencyMacro) find_dependency(QT NAMES Qt6 Qt5 COMPONENTS Core Gui REQUIRED) find_dependency(Qt${QT_VERSION_MAJOR} COMPONENTS Core Gui REQUIRED) include("${CMAKE_CURRENT_LIST_DIR}/QWindowKitTargets.cmake")