[Bug 1437682] Re: QML app with C++ plugin (cmake) has wrong import in example code

2015-04-01 Thread Christian Dywan
Thank you! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1437682 Title: QML app with C++ plugin (cmake) has wrong import in example code To manage notifications about this bug go to:

[Bug 1437682] Re: QML app with C++ plugin (cmake) has wrong import in example code

2015-03-31 Thread Zoltan Balogh
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed = In Progress ** Branch linked: lp:~bzoltan/qtcreator-plugin-ubuntu/lp_1437682 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1437682] Re: QML app with C++ plugin (cmake) has wrong import in example code

2015-03-31 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/qtcreator-plugin-ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1437682 Title: QML app with C++ plugin (cmake) has wrong import in example code To

[Bug 1437682] Re: QML app with C++ plugin (cmake) has wrong import in example code

2015-03-31 Thread Launchpad Bug Tracker
This bug was fixed in the package qtcreator-plugin-ubuntu - 3.1.1+15.04.20150331-0ubuntu1 --- qtcreator-plugin-ubuntu (3.1.1+15.04.20150331-0ubuntu1) vivid; urgency=medium [ Zoltán Balogh ] * Use the hook name in the import. Fixes LP: #1437682 (LP: #1437682) -- CI Train Bot

[Bug 1437682] Re: QML app with C++ plugin (cmake) has wrong import in example code

2015-03-31 Thread Zoltan Balogh
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New = Confirmed ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Assignee: (unassigned) = Zoltan Balogh (bzoltan) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1437682] Re: QML app with C++ plugin (cmake) has wrong import in example code

2015-03-31 Thread Christian Dywan
Let's be more exact here to avoid potential confusion in my description: I created an app tacgnol, same name for the project, hit Ctrl+R and get this: file:///home/rumo/bau/tacgnol/app/tacgnol.qml:3 module Myapp is not installed That line is import Myapp 1.0 -- You received this bug

[Bug 1437682] Re: QML app with C++ plugin (cmake) has wrong import in example code

2015-03-29 Thread Zoltan Balogh
The backend is called Myapp, that is why it imports that one. The project is called FOOBAR, but the app is called myapp as you left it on default in the project creation wizard. For me the template project builds fine. -- You received this bug notification because you are a member of Ubuntu