1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-15 20:46:37 +08:00

QtAutogen tests: Move independent sameName test to top list of CMakeLists.txt

This commit is contained in:
Sebastian Holtermann
2016-11-25 13:39:12 +01:00
parent d675004dba
commit 7052af9d4a

View File

@@ -60,6 +60,10 @@ add_executable(uicOnly uicOnlySource/uiconly.cpp ${uicOnlyMoc})
set_property(TARGET uicOnly PROPERTY AUTOUIC ON)
target_link_libraries(uicOnly ${QT_LIBRARIES})
# -- Test: AUTOMOC and AUTORCC on source files with the same name
# but in different subdirectories
add_subdirectory(sameName)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
add_definitions(-DFOO -DSomeDefine="Barx")
@@ -121,9 +125,6 @@ set_target_properties(
AUTOMOC TRUE
)
# Test AUTOMOC and AUTORCC on source files with the same name
# but in different subdirectories
add_subdirectory(sameName)
include(GenerateExportHeader)
# The order is relevant here. B depends on A, and B headers depend on A