forked from qt-creator/qt-creator
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>
This commit is contained in:
committed by
Orgad Shaneh
parent
f82b6b1209
commit
78930b334b
@@ -1,7 +1,6 @@
|
||||
QTC_LIB_DEPENDS += utils ssh
|
||||
include(../../../../qtcreator.pri)
|
||||
include(../../qttestrpath.pri)
|
||||
include($$IDE_SOURCE_TREE/src/libs/3rdparty/botan/botan.pri)
|
||||
include($$IDE_SOURCE_TREE/src/plugins/valgrind/valgrind_test.pri)
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
QTC_LIB_DEPENDS += utils ssh
|
||||
include(../../qttest.pri)
|
||||
include($$IDE_SOURCE_TREE/src/libs/3rdparty/botan/botan.pri)
|
||||
include($$IDE_SOURCE_TREE/src/plugins/valgrind/valgrind_test.pri)
|
||||
|
||||
TARGET = tst_parsertests
|
||||
|
||||
@@ -40,7 +40,7 @@ namespace CPlusPlus {
|
||||
class Lexer;
|
||||
class Token;
|
||||
|
||||
class CPLUSPLUS_EXPORT StringRef
|
||||
class StringRef
|
||||
{
|
||||
const char *_text;
|
||||
unsigned _size;
|
||||
|
||||
@@ -9,6 +9,7 @@ macx {
|
||||
}
|
||||
|
||||
include(../../../src/libs/3rdparty/cplusplus/cplusplus.pri)
|
||||
INCLUDEPATH += ../../../src/libs/3rdparty/cplusplus
|
||||
|
||||
# Input
|
||||
HEADERS += Preprocessor.h
|
||||
|
||||
Reference in New Issue
Block a user