We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afc18c8 + 85adaae commit d5c7abfCopy full SHA for d5c7abf
1 file changed
src/qhexedit.pro
@@ -19,9 +19,12 @@ SOURCES = \
19
commands.cpp \
20
color_manager.cpp
21
22
-Release:TARGET = qhexedit
23
-Debug:TARGET = qhexeditd
24
-
+CONFIG += debug_and_release
+CONFIG(debug, debug|release) {
+ TARGET = qhexeditd
25
+} else {
26
+ TARGET = qhexedit
27
+}
28
29
unix {
30
# Allows users to specify parameters when running qmake
0 commit comments