tpsession initial import
[tpsession] / tpsession-0.1 / tests / showaccounts / main.cpp
diff --git a/tpsession-0.1/tests/showaccounts/main.cpp b/tpsession-0.1/tests/showaccounts/main.cpp
new file mode 100644 (file)
index 0000000..b02ae7c
--- /dev/null
@@ -0,0 +1,11 @@
+#include <QtCore/QCoreApplication>
+#include "testprog.h"
+
+int main(int argc, char *argv[])
+{
+    QCoreApplication a(argc, argv);
+
+    TestProg t;
+
+    return a.exec();
+}