aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Qt4/tests/test.cpp')
-rw-r--r--src/Qt4/tests/test.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Qt4/tests/test.cpp b/src/Qt4/tests/test.cpp
new file mode 100644
index 0000000..a418551
--- /dev/null
+++ b/src/Qt4/tests/test.cpp
@@ -0,0 +1,10 @@
+#include <QCoreApplication>
+#include <QDebug>
+
+int main(int argc, char *argv[])
+{
+ QCoreApplication app(argc,argv);
+
+
+ return app.exec();
+}