dmake: fixed lib.pri for gui (tinyxml)
This commit is contained in:
parent
5da31fd2f3
commit
8ba14edb51
|
@ -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 \
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue