Change to format in conan-qt

This commit is contained in:
Patricia Aas 2020-11-29 17:32:17 +01:00
parent 6137271125
commit 17391073d1
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
conan_cmake_run(CONANFILE conanfile.py BASIC_SETUP CMAKE_TARGETS BUILD missing)
file(COPY ${CMAKE_BINARY_DIR}/pomodoro/qt.conf DESTINATION ${CMAKE_BINARY_DIR}/pomodoro/bin/)
configure_file(${CMAKE_CURRENT_BINARY_DIR}/qt.conf ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/qt.conf COPYONLY)
find_package(Qt5 COMPONENTS Core Gui Widgets REQUIRED)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTORCC ON)