qbs build: Make the autotest template available as an import.

Just like for QtcPlugin, QtcLibrary etc.

Change-Id: I395f5863f31abba589864be3ad41ad7fc893787f
Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
This commit is contained in:
Christian Kandeler
2014-04-29 13:42:37 +02:00
parent 65ee566183
commit 5c9f175133
34 changed files with 65 additions and 65 deletions

View File

@@ -1,8 +1,8 @@
import qbs
import "../../autotest.qbs" as Autotest
import QtcAutotest
import "../copytransformer.qbs" as CopyTransformer
Autotest {
QtcAutotest {
name: "PluginManager autotest"
Depends { name: "Aggregation" }
Depends { name: "ExtensionSystem" }