diff options
author | Stephen Kelly <steveire@gmail.com> | 2011-11-22 21:26:42 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2011-11-22 21:26:42 (GMT) |
commit | 47457159c70d031cfdb5704ce461644446de5a26 (patch) | |
tree | 642f35b63c170a8bb4dc43d589827c37ff2da948 /Tests/QtAutomoc/CMakeLists.txt | |
parent | bde4edb6ab6501de42bdc167e027a9f5c5760244 (diff) | |
download | CMake-47457159c70d031cfdb5704ce461644446de5a26.zip CMake-47457159c70d031cfdb5704ce461644446de5a26.tar.gz CMake-47457159c70d031cfdb5704ce461644446de5a26.tar.bz2 |
Add a test case for the use of Q_PRIVATE_SLOT.
Diffstat (limited to 'Tests/QtAutomoc/CMakeLists.txt')
-rw-r--r-- | Tests/QtAutomoc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/QtAutomoc/CMakeLists.txt b/Tests/QtAutomoc/CMakeLists.txt index f47d5fd..ebfb4f5 100644 --- a/Tests/QtAutomoc/CMakeLists.txt +++ b/Tests/QtAutomoc/CMakeLists.txt @@ -13,7 +13,7 @@ add_definitions(-DFOO) # create an executable and a library target, both requiring automoc: add_library(codeeditorLib STATIC codeeditor.cpp) -add_executable(foo main.cpp calwidget.cpp foo.cpp blub.cpp bar.cpp abc.cpp xyz.cpp yaf.cpp) +add_executable(foo main.cpp calwidget.cpp foo.cpp blub.cpp bar.cpp abc.cpp xyz.cpp yaf.cpp private_slot.cpp) set_target_properties(foo codeeditorLib PROPERTIES AUTOMOC TRUE) |