Files
qt-creator/tests/auto/diff/diff.qbs
Christian Kandeler 698144e32e 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-09-09 12:16:09 +02:00

7 lines
89 B
QML

import qbs
Project {
name: "Diff autotests"
references: ["differ/differ.qbs"]
}