dmake: fixed lib.pri for gui (tinyxml)

This commit is contained in:
Daniel Marjamäki 2013-07-08 21:56:09 +02:00
parent 5da31fd2f3
commit 8ba14edb51
2 changed files with 6 additions and 0 deletions

View File

@ -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 \

View File

@ -175,6 +175,9 @@ int main(int argc, char **argv)
if (fout1.is_open()) {
fout1 << "# no manual edits - this file is autogenerated by dmake\n\n";
fout1 << "include($$PWD/pcrerules.pri)\n";
fout1 << "BASEPATH = ../externals/tinyxml/\n";
fout1 << "include($$PWD/../externals/tinyxml/tinyxml.pri)\n";
fout1 << "BASEPATH = ../lib/\n";
fout1 << "INCLUDEPATH += ../externals/tinyxml\n";
fout1 << "HEADERS += $${BASEPATH}check.h \\\n";
for (unsigned int i = 0; i < libfiles.size(); ++i) {