summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/mocIncludeRelaxed/CMakeLists.txt
blob: 97ba1df51860bc8f94c6be2b6a0b40c53d648a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Test moc include patterns

set(CMAKE_AUTOMOC_RELAXED_MODE TRUE)

# Shared executable
set(MOC_INCLUDE_NAME "mocIncludeRelaxed")
include(${CMAKE_CURRENT_SOURCE_DIR}/../mocInclude/shared.cmake)

# Relaxed ony executable
add_executable(mocIncludeRelaxedOnly
  RObjA.cpp
  RObjB.cpp
  RObjC.cpp
  RMain.cpp
)
target_link_libraries(mocIncludeRelaxedOnly ${QT_LIBRARIES})
set_target_properties(mocIncludeRelaxedOnly PROPERTIES AUTOMOC ON)