blob: ef13ff619f7e110ded75d88b7ebe35e3f2ad6257 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a8e107..d789ae5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,8 +23,6 @@ endif(NOT CMAKE_BUILD_TYPE)
# Find includes in corresponding build directories
set(CMAKE_INCLUDE_CURRENT_DIR ON)
-# Instruct CMake to run moc automatically when needed.
-set(CMAKE_AUTOMOC ON)
# Find all the libs that don't require extra parameters
foreach(lib AVFormat Qt5Core Qt5Widgets Qt5Gui Qt5Xml Qt5Multimedia)
|