summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/sub/uiconly.cpp
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2016-11-25 12:19:32 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2016-11-29 16:16:33 (GMT)
commitd675004dbac12a938cf60fac39e5b9b81bbb6a99 (patch)
treee2be2e3949af0b52310bc21d3e5fc1bee8fff130 /Tests/QtAutogen/sub/uiconly.cpp
parentcb4bc19ae1b2f61165543ef926037936b179414d (diff)
downloadCMake-d675004dbac12a938cf60fac39e5b9b81bbb6a99.zip
CMake-d675004dbac12a938cf60fac39e5b9b81bbb6a99.tar.gz
CMake-d675004dbac12a938cf60fac39e5b9b81bbb6a99.tar.bz2
QtAutogen tests: Rename uiconly target to camel case uicOnly
Also move uicOnly sources to dedicated uicOnlySource directory.
Diffstat (limited to 'Tests/QtAutogen/sub/uiconly.cpp')
-rw-r--r--Tests/QtAutogen/sub/uiconly.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/Tests/QtAutogen/sub/uiconly.cpp b/Tests/QtAutogen/sub/uiconly.cpp
deleted file mode 100644
index ac22789..0000000
--- a/Tests/QtAutogen/sub/uiconly.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-
-#include "uiconly.h"
-
-UicOnly::UicOnly(QWidget* parent)
- : QWidget(parent)
- , ui(new Ui::UicOnly)
-{
-}
-
-int main()
-{
- return 0;
-}