Looking at the link you provided, it was not clear to me what exactly I needed to install.
So I installed libcogl-dev and libcogl-gles2-dev and now it works.
Thanks very much.
Tom
The includes are generated automatically when importing the project.
Actually some class from project_2 are visible in project_1, but some others not.
I think the problem is in forward declarations which is higher prioritized by qtcreator.
i just ran into this problem. I'm glad to see that someone is anxiously waiting for a solution, but unless someone reports it as a bug, I doubt anyone will fix it.
Hi, and welcome to the Qt Dev Net!
The Clang-based code model is very new and is still considered experimental. The development team ackowledges that bugs are present; please report your issue at https://bugreports.qt-project.org/browse/QTCREATORBUG so that they can fix it.
Hi,
The doc should be accurate, I wouldn't expect unfinished translation to be used . You should have a look at the "bug report system":http://bugreports.qt-project.org to see if it's something known. If not please open a report with a minimal compilable example that shows the behavior
I found out how to do this the QtQuick.Controls way. You need to write a Qt Quick Designer plugin. Take a look at https://github.com/strahlex/QtQuickVcp/tree/master/qmldesigner/machinekitplugin if you are interested.
No matter how hard you try there's always at least one piece of information left out when posting on a forum for help ...
In all cases I'm using windows 7 x64. I have to wait until tonight to test 3.1 as I can't dl it at work.
I tried something like this, but in this case the control is opened outside of testcon and can not be moved around by using the mouse because of the fact that the window frame is not visible.
@
dim oSettingsView
set oSettingsView = CreateObject("FakeClassId.Settings.1")
oSettingsView.show()
@
Hmm, if there's no output then Qt Creator thinks all's fine and dandy when it starts :-)
next would be to check the kits, i.e. in Qt Creator, open Preferences. select Build & Run and 2nd tab KIts. Check Auto-detected, it should say "Desktop Qt 5.2.1 clang 64bit"...