removed automocs

This commit is contained in:
Marek Kotewicz 2014-12-04 09:55:54 +01:00
parent 476853f3fe
commit c60def06b5

View File

@ -1,4 +1,5 @@
cmake_policy(SET CMP0015 NEW)
set(CMAKE_AUTOMOC OFF)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSTATICLIB")