Don't force debug configuration in qmake project

This commit is contained in:
Mike Gelfand 2017-07-21 01:39:55 +03:00
parent 55b41c9015
commit d2acb0fada
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ unix: INSTALLS += man
man.path = /share/man/man1/
man.files = transmission-qt.1
CONFIG += qt thread debug link_pkgconfig c++11 warn_on
CONFIG += qt thread link_pkgconfig c++11 warn_on
QT += network dbus
win32:QT += winextras
PKGCONFIG = fontconfig libcurl openssl libevent