This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
1db36c3b83
cppcheck
/
externals
/
tinyxml
/
tinyxml.pri
3 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixed #7275 - Make GUI tests buildable * Use -std=c++11 flag for gcc and clang * Use $$PWD variable in qmake files to have correct paths * Change tokenizer.simplifyTokenList() to tokenizer.simplifyTokenList2() * Add build-generated files to .gitignore * Link libpcre only if rules are enabled
2016-01-08 15:21:36 +01:00
HEADERS += $${PWD}/tinyxml2.h
SOURCES += $${PWD}/tinyxml2.cpp