27 lines
649 B
CMake
27 lines
649 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Generated from copier.pro.
|
|
|
|
#####################################################################
|
|
## copier Binary:
|
|
#####################################################################
|
|
|
|
# special case begin
|
|
set(args OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}")
|
|
# special case end
|
|
|
|
qt_internal_add_executable(copier
|
|
${args} # special case
|
|
SOURCES
|
|
main.cpp
|
|
LIBRARIES
|
|
Qt::Gui
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
#### Keys ignored in scope 2:.:.:copier.pro:WIN32:
|
|
# DESTDIR = "../copier"
|