mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-14 16:57:55 +00:00
Revert "fix missing conf.pri error". The WARNING message during configure is harmless. The file is found during make. Closes #1042.
This reverts commit 807f1cfb9437b2095a75fdd0e1723d1c2cd965dd.
This commit is contained in:
parent
51a9a9aabb
commit
0b41e3958e
@ -1,5 +1,7 @@
|
||||
# Generated by the configure file
|
||||
include(conf.pri)
|
||||
# There will be a WARNING during configure that this file wasn't found.
|
||||
# This is harmless. During make the file will be found. If not, there will a WARNING again.
|
||||
include($$OUT_PWD/../conf.pri)
|
||||
|
||||
# COMPILATION SPECIFIC
|
||||
!nox:dbus {
|
||||
|
Loading…
x
Reference in New Issue
Block a user