diff options
author | axis <qt-info@nokia.com> | 2011-03-29 16:58:32 +0200 |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-04-27 12:06:04 +0200 |
commit | ef11a2a14c3df283bf4803e218ba7934356e5d91 (patch) | |
tree | 04557832d58aedb407e884a9555f65c2a71fbfee /tests | |
parent | 4c97fd5e9718e0d2a9ab08bcee5145967abf41af (diff) | |
download | qtscript-ef11a2a14c3df283bf4803e218ba7934356e5d91.tar.gz |
Fixed a trailing backslash error in a profile.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/auto.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 2cfdcfd..71b62ad 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -15,4 +15,5 @@ SUBDIRS=\ qscriptvalue \ qscriptvaluegenerated \ qscriptvalueiterator \ + !cross_compile: SUBDIRS += host.pro |