~ubuntu-branches/ubuntu/utopic/qtcreator-plugin-ubuntu/utopic-proposed

1.1.40 by Ubuntu daily release
Import upstream version 3.1.1+14.10.20140728
1
This is the qtcreator plugin for ubuntu.
2
3
To build it run:
4
$ mkdir build
5
$ cd build
6
$ qmake ..
7
$ make
8
9
To test (if you already have the package "qtcreator-plugin-ubuntu" installed):
10
$ sudo cp ./builddir/lib/qtcreator/plugins/Canonical/libUbuntu.so \
11
    /usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH )/qtcreator/plugins/Canonical/libUbuntu.so
12