aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dummy/main.cc')
-rw-r--r--dummy/main.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/dummy/main.cc b/dummy/main.cc
index cc6addb5..4de749b7 100644
--- a/dummy/main.cc
+++ b/dummy/main.cc
@@ -17,6 +17,8 @@
*
*/
+#ifndef PYTHON_MODULE
+
#include <QApplication>
#include "design.h"
#include "mainwindow.h"
@@ -31,3 +33,5 @@ int main(int argc, char *argv[])
return a.exec();
}
+
+#endif