Re: [Interest] debug symbols in OSX application builds

2016-07-31 Thread Thiago Macieira
On segunda-feira, 1 de agosto de 2016 12:36:32 PDT Hamish Moffatt wrote: > I have tracked this down to macdeployqt, which is running strip on my > binary. However it is also running strip on the Qt frameworks, yet its > symbol names survive? They have to. You're calling them. More specifically:

[Interest] debug symbols in OSX application builds

2016-07-31 Thread Hamish Moffatt
When I get crash dumps from customers on OSX, I have no symbol names for functions in my own code, but I do get names in the Qt libraries. For example, Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.risingsoftware.auralia5 0x000102807815 0x10229f000 + 5670933 1

Re: [Interest] Using QtQuickControls 2 within a static build of Qt 5.7

2016-07-31 Thread Nuno Santos
I have described the problem on my last email. When the target is a lib and not an app things don’t happen as expected. My target is a lib and not a an app. > On 31 Jul 2016, at 21:50, Petar Koretić wrote: > > How are you building your application? > I can also state that I have no problems usi

Re: [Interest] Using QtQuickControls 2 within a static build of Qt 5.7

2016-07-31 Thread Petar Koretić
How are you building your application? I can also state that I have no problems using static qt with quick controls 2 (gallery example - qtquickcontrols2/examples/quickcontrols2/gallery). On Sun, Jul 31, 2016 at 1:01 PM, Nuno Santos wrote: > Mitch, > > No, I haven’t. I have been digging. This is

[Interest] Integrated help system

2016-07-31 Thread Volker Siepmann
My aim is to integrate a help system into my (py)qt application. I can assemble the required help files and understand that part. I had a closer look at QAssistantClient. In terms of functionality, this is what I need, but I dislike being dependent on external programs (when deploying software), wh

Re: [Interest] Using QtQuickControls 2 within a static build of Qt 5.7

2016-07-31 Thread Nuno Santos
Mitch, No, I haven’t. I have been digging. This is what I found. qmake is handling correctly the case of a app template, generating the appropriated plugin_import.cpp files. However, if the template is a lib, it is not. This is what happens: qmlRegisterType was saying that it requires absolute