summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/UicNoGui/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/UicNoGui/main.cpp')
-rw-r--r--Tests/QtAutogen/UicNoGui/main.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/QtAutogen/UicNoGui/main.cpp b/Tests/QtAutogen/UicNoGui/main.cpp
new file mode 100644
index 000000000..e90c60aa5
--- /dev/null
+++ b/Tests/QtAutogen/UicNoGui/main.cpp
@@ -0,0 +1,9 @@
+extern void mocOnly();
+extern void noQt();
+
+int main(int argc, char* argv[])
+{
+ mocOnly();
+ noQt();
+ return 0;
+}