Revert changes with debug_and_release configs

This commit is contained in:
ArsenArsen 2017-07-23 13:48:27 +02:00
parent 49ddef1276
commit 828285373e
1 changed files with 1 additions and 7 deletions

View File

@ -177,12 +177,6 @@ DISTFILES += \
RESOURCES += \ RESOURCES += \
icon.qrc icon.qrc
CONFIG += debug_and_release QMAKE_CFLAGS_DEBUG += -g
CONFIG(debug, debug|release) {
TARGET = debug_binary
} else {
TARGET = release_binary
}
include(QHotkey/qhotkey.pri) include(QHotkey/qhotkey.pri)