mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 13:42:37 +00:00
- Improved makefile generation
This commit is contained in:
parent
43195b7ada
commit
d67f141571
14
src/src.pro
14
src/src.pro
@ -27,9 +27,9 @@ contains(DEBUG_MODE, 0){
|
||||
|
||||
QMAKE_CXXFLAGS_RELEASE += -fwrapv
|
||||
QMAKE_CXXFLAGS_DEBUG += -fwrapv
|
||||
LIBS += -lcurl
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += libtorrent
|
||||
#LIBS += -lcurl
|
||||
#CONFIG += link_pkgconfig
|
||||
#PKGCONFIG += libtorrent
|
||||
QT += network
|
||||
|
||||
DEFINES += QT_NO_CAST_TO_ASCII
|
||||
@ -63,8 +63,12 @@ unix {
|
||||
INSTALLS += logos
|
||||
}
|
||||
|
||||
target.path = $$PREFIX/bin/
|
||||
INSTALLS += target
|
||||
exists(../conf.pri) {
|
||||
include(../conf.pri)
|
||||
# Target
|
||||
target.path = $$BINDIR
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
RESOURCES = icons.qrc \
|
||||
lang.qrc \
|
||||
|
Loading…
x
Reference in New Issue
Block a user