Make sure it runs locally in CLion
This commit is contained in:
parent
f420f1d932
commit
6137271125
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue