Files
qt-creator/tests/auto/sdktool/sdktool.qbs
Christian Kandeler a0f956f050 qbs build: Introduce new module "qtc".
The qtc module gathers properties that used to live in the top-level
project file. This is the first step towards making it possible to build
plugins against an installed Qt Creator ("out of source build").

Change-Id: Ia1514cc9c888e80be01b308e908de48980fcbdb8
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2016-06-08 08:46:00 +00:00

13 lines
240 B
QML

import qbs
QtcAutotest {
name: "sdktool autotest"
Group {
name: "Test sources"
files: "tst_sdktool.cpp"
}
cpp.defines: base.concat(['SDKTOOL_DIR="' + qbs.installRoot + '/' + qtc.ide_libexec_path + '"'])
}