summaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/source/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'heimdall-frontend/source/main.cpp')
-rw-r--r--heimdall-frontend/source/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/heimdall-frontend/source/main.cpp b/heimdall-frontend/source/main.cpp
index 6373006..53e9f2d 100644
--- a/heimdall-frontend/source/main.cpp
+++ b/heimdall-frontend/source/main.cpp
@@ -30,6 +30,11 @@
Q_IMPORT_PLUGIN (QWindowsIntegrationPlugin);
#endif
+#if defined(ENABLE_QML_DEBUGGING)
+#include <QQmlDebuggingEnabler>
+QQmlDebuggingEnabler enabler;
+#endif
+
using namespace HeimdallFrontend;
int main(int argc, char *argv[])