Dr. Peter Droste
Dr. Peter Droste
I am not familiar with VS. Do you have Qt Creator?
The pre-configured setting `qtjambi.configuration=debug_and_release` compiles both debug and release binaries. However, I think you need Qt as debug built as it is shipped by Qt installer.
Could you send me any example code leading to this bug? I would like to solve this for the next release I am currently preparing.
I don't think these small bugfixes deal with your issue. However, I inserted a blindfix. I removed the Java convertion for the threads in raiseQThreadAffinityException.
Do you have an idea what kind of object is used from the wrong thread? Is it QWidget instance?
Just to understand, you create a qobject in a thread pass it to QML where you perform actions on the object? Does the thread have an event loop?
Yes, but that takes a while. I am performing last tests. Then I'll continue with release steps. Should be ready until weekend. Hopefully.
Oh, this program even crashes in C++. Never delete a running thread (`dispose()` right after `start()`). Use `quit()` to exit the thread's event loop. Use `join()` to make sure the...
Yes, it takes a day to upload. I'm just finishing the last artifacts. Then, give the maven database a couple of hours.
Maybe you should delete extjars directory and let it download ant-contrib.jar again. The line needs an addition: ``` ```