Browse Source

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.
adaptive-webui-19844
sledgehammer999 11 years ago
parent
commit
0b41e3958e
  1. 4
      unixconf.pri

4
unixconf.pri

@ -1,5 +1,7 @@ @@ -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…
Cancel
Save