pack test is almost done, some fixes in cmake files

This commit is contained in:
Roman
2014-09-22 23:01:21 +04:00
parent fd58047192
commit 4c905a30e4
8 changed files with 316 additions and 276 deletions

View File

@@ -34,6 +34,10 @@ else ()
message("Qt5 not found, searching for Qt4")
find_package(Qt4 REQUIRED)
include(${QT_USE_FILE})
# Find includes in corresponding build directories
set(CMAKE_INCLUDE_CURRENT_DIR ON)
# Instruct CMake to run moc automatically when needed.
set(CMAKE_AUTOMOC ON)
set(PC_Requires "QtCore")
endif ()