Private
Public Access
1
0

Move any code with youtube-dl access(which can be slow) to another thread. Fixes #2.

This commit is contained in:
2019-04-10 17:42:51 -04:00
parent 234e867a8a
commit 4e76cf9fc5
6 changed files with 30 additions and 22 deletions

View File

@@ -4,6 +4,7 @@ project(simplecastengine)
set(QT_MIN_VERSION "5.9.0")
set(KF_MIN_VERSION "5.35.0")
set (CMAKE_CXX_STANDARD 11)
find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})