summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocDepends/testGenLib.cpp
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-12-08 18:27:10 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-12-13 12:48:28 (GMT)
commit7971202b3c58f78008f5b651c048910fcc49c49f (patch)
tree489a6b1b9afba6959c04c59edebd8d28b9a7e4e3 /Tests/QtAutogen/mocDepends/testGenLib.cpp
parentfb7e52ca3d920ca1de8b2abb23da3d83db988eca (diff)
downloadCMake-7971202b3c58f78008f5b651c048910fcc49c49f.zip
CMake-7971202b3c58f78008f5b651c048910fcc49c49f.tar.gz
CMake-7971202b3c58f78008f5b651c048910fcc49c49f.tar.bz2
Autogen: Tests: Separate MocDepends test
Diffstat (limited to 'Tests/QtAutogen/mocDepends/testGenLib.cpp')
-rw-r--r--Tests/QtAutogen/mocDepends/testGenLib.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/Tests/QtAutogen/mocDepends/testGenLib.cpp b/Tests/QtAutogen/mocDepends/testGenLib.cpp
deleted file mode 100644
index c14e159..0000000
--- a/Tests/QtAutogen/mocDepends/testGenLib.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#include "testGenLib.hpp"
-
-int main()
-{
- SimpleLib libObject;
- LObject lobject;
- return 0;
-}
-
-// Depend on and AUTOMOC the SimpleLib header simpleLib.hpp
-#include "moc_simpleLib.cpp"