Fix GUI compilation after d96fb577
Fixes ticket #4895 Thanks to PKEuS for telling me what to do :-)
This commit is contained in:
parent
14c3b390a4
commit
2ba337faf7
|
@ -1,6 +1,9 @@
|
|||
# no manual edits - this file is autogenerated by dmake
|
||||
|
||||
include($$PWD/pcrerules.pri)
|
||||
BASEPATH = ../externals/tinyxml/
|
||||
include($$PWD/../externals/tinyxml/tinyxml.pri)
|
||||
BASEPATH = ../lib/
|
||||
INCLUDEPATH += ../externals/tinyxml
|
||||
HEADERS += $${BASEPATH}check.h \
|
||||
$${BASEPATH}check64bit.h \
|
||||
|
|
Loading…
Reference in New Issue