Make sure it runs locally in CLion

This commit is contained in:
Patricia Aas 2020-11-28 18:03:28 +01:00
parent f420f1d932
commit 6137271125
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
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/)
find_package(Qt5 COMPONENTS Core Gui Widgets REQUIRED)
set(CMAKE_AUTOMOC ON)