diff --git a/KShare.pro b/KShare.pro index 5265869..7cec496 100644 --- a/KShare.pro +++ b/KShare.pro @@ -177,12 +177,6 @@ DISTFILES += \ RESOURCES += \ icon.qrc -CONFIG += debug_and_release - -CONFIG(debug, debug|release) { - TARGET = debug_binary -} else { - TARGET = release_binary -} +QMAKE_CFLAGS_DEBUG += -g include(QHotkey/qhotkey.pri)