11 lines
440 B
CMake
11 lines
440 B
CMake
|
############################################################################
|
||
|
# QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||
|
# This file may be used under the terms of the QSkinny License, Version 1.0
|
||
|
############################################################################
|
||
|
|
||
|
set(CMAKE_AUTOMOC ON)
|
||
|
set(CMAKE_AUTORCC ON)
|
||
|
set(CMAKE_AUTOUIC OFF)
|
||
|
set(CMAKE_GLOBAL_AUTOGEN_TARGET OFF)
|
||
|
set(AUTOGEN_BUILD_DIR "${CMAKE_CURRENT_BINARY_DIR}/autogen")
|