summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_private_includes/CMakeLists.txt
blob: 402ae73def059e95663a7daf48dddb17610e32cb (plain)
1
2
3
4
5
6
7
8
9

cmake_minimum_required(VERSION 3.16)

project(test_private_includes)

find_package(Qt6Gui REQUIRED)

add_executable(testapp main.cpp)
target_link_libraries(testapp PRIVATE Qt::GuiPrivate)