aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtlicensetool/CMakeLists.txt
blob: 47ba939e4314b01f542e00dce8c74e01113f3f21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2023 The Qt Company Ltd.
#
# Published under GPL-3.0 with Qt-GPL-exception-1.0
#

include_directories(${CMAKE_CURRENT_LIST_DIR}/../../../src/qtlicensetool/)

list(APPEND extSrc ${CMAKE_CURRENT_LIST_DIR}/../../../src/qtlicensetool/qtlicensetool.cpp)

add_executable(tst_qtlicensetool ${extSrc} tst_qtlicensetool.cpp)
target_link_libraries(tst_qtlicensetool PRIVATE Catch2 qlicenseservice)

add_test(NAME tst_qtlicensetool COMMAND tst_qtlicensetool)