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
d65ef60ea24a25e636f5a51b51192abbc883da12
qt-creator
/
tests
/
tests.qbs
10 lines
116 B
QML
Raw
Normal View
History
Unescape
Escape
Add qbs project files for autotests. Note: Since not all autotests are able to run from an installed location, we need to be able to start them from the build directory, which in turn forces us to set a destination directory for libraries and plugins, so they will be found at run-time. Change-Id: Idcf7e1333dfa6e9dbf745391b78c035f842ccc5a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2013-08-26 17:50:02 +02:00
import
qbs
Project
{
name:
"Tests"
qbs build: Add project files for clang unit tests Change-Id: I2cd02d94fb886bb49c66fa2508a63dc3480a7c23 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
2020-05-13 17:14:11 +02:00
references:
[
"auto/auto.qbs"
,
"unit/unit.qbs"
,
]
Add qbs project files for autotests. Note: Since not all autotests are able to run from an installed location, we need to be able to start them from the build directory, which in turn forces us to set a destination directory for libraries and plugins, so they will be found at run-time. Change-Id: Idcf7e1333dfa6e9dbf745391b78c035f842ccc5a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2013-08-26 17:50:02 +02:00
}
Copy Permalink