summaryrefslogtreecommitdiff
path: root/core/apps/calibrate/main.cpp
Side-by-side diff
Diffstat (limited to 'core/apps/calibrate/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/calibrate/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/apps/calibrate/main.cpp b/core/apps/calibrate/main.cpp
index 0da0fe0..d9d98f5 100644
--- a/core/apps/calibrate/main.cpp
+++ b/core/apps/calibrate/main.cpp
@@ -33,3 +33,3 @@ int main( int argc, char ** argv )
-#ifdef QWS
+#if !defined(QT_DEBUG) && defined(QWS)
if ( QWSServer::mouseHandler() &&
@@ -42,3 +42,3 @@ int main( int argc, char ** argv )
return a.exec();
-#ifdef QWS
+#if !defined(QT_DEBUG) && defined(QWS)
}