Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c2a33467
Commit
c2a33467
authored
Jul 06, 2010
by
Christian Kamm
Browse files
Fix autotest build for cplusplus based tests.
Reviewed-by: Roberto Raggi
parent
9c321dc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/auto/cplusplus/shared/shared.pri
View file @
c2a33467
DEFINES+=CPLUSPLUS_BUILD_STATIC_LIB
include(../../../../qtcreator.pri)
include($$IDE_SOURCE_TREE/src/libs/cplusplus/cplusplus.pri)
INCLUDEPATH += $$IDE_SOURCE_TREE/src/libs/cplusplus
LIBS += -L$$OUT_PWD
INCLUDEPATH += $$IDE_SOURCE_TREE/src/shared/cplusplus
LIBS += -L$$OUT_PWD/../shared -lCPlusPlusTestSupport
tests/auto/cplusplus/shared/shared.pro
View file @
c2a33467
...
...
@@ -3,4 +3,4 @@ TARGET = CPlusPlusTestSupport
CONFIG
+=
static
depend_includepath
QT
=
core
gui
DESTDIR
=
$$
PWD
include
(
$$
PWD
/../../../../
src
/
libs
/
cplusplus
/
cplusplus
.
pri
)
include
(
$$
PWD
/../../../../
src
/
libs
/
cplusplus
/
cplusplus
-
lib
.
pri
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment