Properly selecting debug mode in .pri files for self diagnosis. Touching files for recompile.

This commit is contained in:
Matthias Koefferlein 2024-07-20 21:04:51 +02:00
parent 00aeeade68
commit 32a815a1c0
3 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
/*
KLayout Layout Viewer

View File

@ -935,4 +935,3 @@ bool has_class (const std::type_info &ti)
}
}

View File

@ -350,6 +350,6 @@ DEFINES += \
VERSION = $$KLAYOUT_VERSION
debug {
CONFIG(debug, debug|release) {
DEFINES += HAVE_DEBUG
}