summaryrefslogtreecommitdiff
path: root/tests/auto/cmake/test_qx11_module/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/test_qx11_module/main.cpp')
-rw-r--r--tests/auto/cmake/test_qx11_module/main.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/cmake/test_qx11_module/main.cpp b/tests/auto/cmake/test_qx11_module/main.cpp
new file mode 100644
index 0000000..932521f
--- /dev/null
+++ b/tests/auto/cmake/test_qx11_module/main.cpp
@@ -0,0 +1,12 @@
+
+#include <QX11Info>
+#include <QtX11Support/QX11Info>
+#include <QtX11Support/QtX11Support>
+#include <QtX11Support>
+
+int main(int argc, char **argv)
+{
+ QX11Info::appScreen();
+
+ return 0;
+}