Revert "fix missing conf.pri error". The WARNING message during configure is harmless. The file is found during make. Closes #1042.

This reverts commit 807f1cfb94.
This commit is contained in:
sledgehammer999 2013-11-09 19:44:13 +02:00
parent 51a9a9aabb
commit 0b41e3958e

View file

@ -1,5 +1,7 @@
# Generated by the configure file # 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 # COMPILATION SPECIFIC
!nox:dbus { !nox:dbus {