diff options
author | Joerg Bornemann <joerg.bornemann@digia.com> | 2014-03-11 11:30:14 +0100 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@digia.com> | 2014-03-11 14:20:22 +0100 |
commit | 84df758ec6d69624a17f22a8d7f9198115208ac0 (patch) | |
tree | e44c3f38fe4d3a4ff6dc71812cc8948bfd0ae049 /src/plugins/helloworld | |
parent | 9637e65698a18511b7161d5adff0a37ae34df3a2 (diff) | |
download | qt-creator-84df758ec6d69624a17f22a8d7f9198115208ac0.tar.gz |
use new base import style in qbs files
Change-Id: Iecf32122df41f304ec6df538bb0dd8a263238a86
Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/plugins/helloworld')
-rw-r--r-- | src/plugins/helloworld/helloworld.qbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/helloworld/helloworld.qbs b/src/plugins/helloworld/helloworld.qbs index a2c677c8be..ee28546281 100644 --- a/src/plugins/helloworld/helloworld.qbs +++ b/src/plugins/helloworld/helloworld.qbs @@ -1,4 +1,4 @@ -import qbs.base 1.0 +import qbs 1.0 import QtcPlugin |