We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e6c61 commit 65781b7Copy full SHA for 65781b7
src/CMakeLists.txt
@@ -1,5 +1,6 @@
1
cmake_minimum_required(VERSION 3.5)
2
project(QtAdvancedDockingSystem LANGUAGES CXX VERSION ${VERSION_SHORT})
3
+include(GNUInstallDirs)
4
if (${QT_VERSION_MAJOR})
5
message(STATUS "Forced to use Qt version ${QT_VERSION_MAJOR}")
6
find_package(QT NAMES Qt${QT_VERSION_MAJOR} COMPONENTS Core REQUIRED)
0 commit comments