diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2013-09-10 22:56:03 +0300 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2013-09-11 09:02:16 +0200 |
commit | 78930b334b237e5cf29371ec51d943bb18390fc1 (patch) | |
tree | 0324d83f7df9be537f3a27ee26ee331f6df8f092 /tests/manual/plain-cplusplus/Preprocessor.h | |
parent | f82b6b1209d78c3a2a7853dfca01dcd27d6f1f82 (diff) | |
download | qt-creator-78930b334b237e5cf29371ec51d943bb18390fc1.tar.gz |
Fix tests compilation
* CPlusPlusForwardDeclarations.h not found
* Valgrind tests that include botan missing -ldl.
botan is not required for them (they link just fine without it).
Change-Id: I279b03990ad36d01c93700d50ae8e5119bf5be80
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
Diffstat (limited to 'tests/manual/plain-cplusplus/Preprocessor.h')
-rw-r--r-- | tests/manual/plain-cplusplus/Preprocessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/plain-cplusplus/Preprocessor.h b/tests/manual/plain-cplusplus/Preprocessor.h index 3c9de681c1..5031cda1ae 100644 --- a/tests/manual/plain-cplusplus/Preprocessor.h +++ b/tests/manual/plain-cplusplus/Preprocessor.h @@ -40,7 +40,7 @@ namespace CPlusPlus { class Lexer; class Token; -class CPLUSPLUS_EXPORT StringRef +class StringRef { const char *_text; unsigned _size; |