diff options
author | Brad King <brad.king@kitware.com> | 2013-06-03 13:57:01 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-06-03 13:57:01 (GMT) |
commit | 6d4e79e2c361084ae26a8961ac9936052d68fde9 (patch) | |
tree | 574a61a9c45764f2e1d267ec09f8d38454c9b6a8 /Tests/Qt4And5Automoc/main_qt4.cpp | |
parent | 3caf565d079af73f0ea8aaa7b6f4f212e0fcb15d (diff) | |
parent | fa55751f83dc5d5bd5f80d12c3076ec703262edb (diff) | |
download | CMake-6d4e79e2c361084ae26a8961ac9936052d68fde9.zip CMake-6d4e79e2c361084ae26a8961ac9936052d68fde9.tar.gz CMake-6d4e79e2c361084ae26a8961ac9936052d68fde9.tar.bz2 |
Merge topic 'qt4-qt5-CMAKE_AUTOMOC'
fa55751 QtAutomoc: Get the Qt version through the target link interface
f776316 Use the qt5::moc imported target instead of a variable.
Diffstat (limited to 'Tests/Qt4And5Automoc/main_qt4.cpp')
-rw-r--r-- | Tests/Qt4And5Automoc/main_qt4.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Qt4And5Automoc/main_qt4.cpp b/Tests/Qt4And5Automoc/main_qt4.cpp new file mode 100644 index 0000000..a84ce89 --- /dev/null +++ b/Tests/Qt4And5Automoc/main_qt4.cpp @@ -0,0 +1,4 @@ + +#include "main.cpp" + +#include "main_qt4.moc" |