removed automocs

This commit is contained in:
Marek Kotewicz 2014-12-04 09:55:54 +01:00
parent 5af545d47d
commit fa43a0ee95

View File

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