diff options
author | Brad King <brad.king@kitware.com> | 2016-08-15 12:59:46 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-08-15 12:59:46 (GMT) |
commit | 33d4aff50d50907d05b49c92ed01376264d84389 (patch) | |
tree | 2e69f1fdcf0907c816f60c3c1f352facbf0a8340 /Tests/QtAutogen/CMakeLists.txt | |
parent | d47abe40b6532095fa28f5f1305e2ecad5feb6b7 (diff) | |
parent | 61a607e8d43e0d02ff80cca6e60441f56a6741b5 (diff) | |
download | CMake-33d4aff50d50907d05b49c92ed01376264d84389.zip CMake-33d4aff50d50907d05b49c92ed01376264d84389.tar.gz CMake-33d4aff50d50907d05b49c92ed01376264d84389.tar.bz2 |
Merge topic 'autogen-same-name'
61a607e8 Help: Document AUTORCC behavior for same .qrc name case
e4f508e4 Tests/QtAutogen: Test same moc/qrc source names in different directories
4e9b97d7 QtAutogen: Allow multiple qrc files with the same name
41c9e14a QtAutogen: Allow multiple moc files with the same name
3c3b37b0 QtAutogen: Use std:: instead of ::std::
0a5dd3c7 cmFilePathUuid: Add class to generate deterministic unique file names
Diffstat (limited to 'Tests/QtAutogen/CMakeLists.txt')
-rw-r--r-- | Tests/QtAutogen/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/QtAutogen/CMakeLists.txt b/Tests/QtAutogen/CMakeLists.txt index d5aca55..e35e1d1 100644 --- a/Tests/QtAutogen/CMakeLists.txt +++ b/Tests/QtAutogen/CMakeLists.txt @@ -110,6 +110,10 @@ 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 # headers both subdirectories use CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE and we |