diff options
author | Brad King <brad.king@kitware.com> | 2016-04-22 13:02:03 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-04-22 13:02:03 (GMT) |
commit | 76e793b9ad1483f6f397f630fdc5d4fcaf141c06 (patch) | |
tree | 582cd580542660959c455431e24e3073838f0375 /Tests/QtAutogen/same_name/bbb/item.cpp | |
parent | eb87407068070d38dbac06a1542b9c3e63ce7fa7 (diff) | |
parent | 84946c735cc6d2b8f8e014f4772dd602b4a83a16 (diff) | |
download | CMake-76e793b9ad1483f6f397f630fdc5d4fcaf141c06.zip CMake-76e793b9ad1483f6f397f630fdc5d4fcaf141c06.tar.gz CMake-76e793b9ad1483f6f397f630fdc5d4fcaf141c06.tar.bz2 |
Merge topic 'autogen-updates'
84946c73 Tests: QtAutogen: Same source name in different directories test
9c6fa684 Autogen: Generate qrc_NAME.cpp files in subdirectories
488ea8c7 Autogen: Generate not included moc files in subdirectories (#12873)
66caae45 Autogen: Check added for name collisions of generated qrc_NAME.cpp files
663d093d Autogen: Check added for name collisions of generated ui_NAME.h files
8295d437 Autogen: Check added for name collisions of generated moc files
d350308a Help: Improve AUTOMOC documentation layout
Diffstat (limited to 'Tests/QtAutogen/same_name/bbb/item.cpp')
-rw-r--r-- | Tests/QtAutogen/same_name/bbb/item.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/QtAutogen/same_name/bbb/item.cpp b/Tests/QtAutogen/same_name/bbb/item.cpp new file mode 100644 index 0000000..064295b --- /dev/null +++ b/Tests/QtAutogen/same_name/bbb/item.cpp @@ -0,0 +1,10 @@ +#include "item.hpp" + +namespace bbb { + +void +Item::go ( ) +{ +} + +} |