This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
3b901b25a86f49ebef9be03ec762ed76422fd91c
qt-creator
/
tests
/
auto
/
environment
/
environment.pro
5 lines
80 B
Prolog
Raw
Normal View
History
Unescape
Escape
make library and plugin dependencies declarative instead of directly including the respective pri files in *_dependencies.pri, set variables and let qtcreator.pri resolve them to includes. this will allow us to re-use the dependency info elsewhere. Change-Id: Iaa33924e428ac0409660f42df2f98a7978452d3e Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2013-03-25 19:09:49 +01:00
QTC_LIB_DEPENDS
+=
utils
Tests: More autotest cleanup.
2011-02-16 13:01:58 +01:00
include
(
.
.
/
qttest
.
pri
)
change Environment::expandVariables() semantics instead of being os-agnostic, interpret the os-native expansion style, so it is consistent with proper (shell) command lines. don't interpret quotes, as this function is meant for expanding isolated filepaths, where nobody would expect quoting. instead, use the windows style of simply not doing an expansion if a referenced variable is not found, which should be good enough - it's rather unlikely that something which happens to be an expansion of an existing variable is actually not meant to be one.
2010-10-19 11:10:58 +02:00
Tests: More autotest cleanup.
2011-02-16 13:01:58 +01:00
SOURCES
+=
tst_environment
.
cpp
Copy Permalink