Hi Joomie,
thanks for the reply, i'm interested in your procedure. Could you send me the file please, Skype-user : valckewim
I could already compile QtLocation for Qt 5.2.0 beta, but there are still issues with this Qt so i wanna try Qt 5.0.1 together with your instructions.
Best regards,
Wim.
installed it via macports as described in http://www.ggkf.com/osx/how-to-install-gdb-on-osx-10-9
codesign was successful as well, but if i select the gdb as debugger in QT Creator, it still says "no Debugger setup".
Is my configuration correct?
!http://abload.de/img/screenshot2013-11-20ajeski.png(setup)!
You're welcome !
Since everything is working now, please update the the thread title prepending [solved] so other forum users may know a solution has been found :)
This is a long shot but..
I don't have access to the registry here at work, I'm thinking this might be one of the issues since when I try to open the command line from MSVC 2012 it gives me an error, after analyzing the .bat files I noticed they use the reg.exe file to query the registry.
When I had my local account here at work I had full access to the registry and I lost it when I migrated to the domain account.
So it might not be Qt itself but rather MSVC that isn't properly configured.
Where you have the problem, do have access to use reg.exe or regedit.exe?
When I reinstalled Windows to resolve my issue I had also changed from domain account in Win7 to a local account in Win8.
Hi and welcome to devnet,
Generally speaking you don't "make install" Qt on windows. Just build it (out of source is better) and use it from the directory where it was built and you should be good to go.
There's two ways you can do that:
"Show Full Screen":http://qt-project.org/doc/qt-4.8/qwidget.html#showFullScreen
or
"Set Window Flags":http://qt-project.org/doc/qt-4.8/qwidget.html#windowFlags-prop with Qt::FramelessWindowHint as the parameter.
Depending on what you are trying to achieve.
Well, another error appears now, the same I had when compilling on MacOs with QtCreator 5.2 Beta, targetting a API 18 emulator device:
@BUILD FAILED
/home/guilhermebrant/android-sdk-linux/tools/ant/build.xml:720: The following error occurred while executing this line:
/home/guilhermebrant/android-sdk-linux/tools/ant/build.xml:734: Compile failed; see the compiler error output for details.
Total time: 13 seconds
Building the android package failed!
-- For more information, run this command with --verbose.
Generating Android Package
Input file: /home/guilhermebrant/workspace/lgb-tcc/build-cutedroid-messenger-Android_for_armeabi_GCC_4_8_Qt_5_2_0-Debug/android-libcutedroid-messenger.so-deployment-settings.json
Output directory: /home/guilhermebrant/workspace/lgb-tcc/build-cutedroid-messenger-Android_for_armeabi_GCC_4_8_Qt_5_2_0-Debug/android
Application binary: /home/guilhermebrant/workspace/lgb-tcc/build-cutedroid-messenger-Android_for_armeabi_GCC_4_8_Qt_5_2_0-Debug/libcutedroid-messenger.so
Android build platform: android-10
Install to device: 0123456789ABCDEF
[subant] No sub-builds to iterate on
[javac] /home/guilhermebrant/workspace/lgb-tcc/build-cutedroid-messenger-Android_for_armeabi_GCC_4_8_Qt_5_2_0-Debug/android/gen/org/qtproject/example/cutedroid-messenger/BuildConfig.java:2: error: ';' expected
[javac] package org.qtproject.example.cutedroid-messenger;
[javac] ^
[javac] /home/guilhermebrant/workspace/lgb-tcc/build-cutedroid-messenger-Android_for_armeabi_GCC_4_8_Qt_5_2_0-Debug/android/gen/org/qtproject/example/cutedroid-messenger/R.java:8: error: ';' expected
[javac] package org.qtproject.example.cutedroid-messenger;
[javac] ^
[javac] 2 errors@
If you want to be able to set application icons in XCode's Summary tab after generating your XCode project from your Qt project, you'll first of all need to add the following line to your Qt project file yourproject.pro :
@QMAKE_BUNDLE_DATA += icons@
Hi,
The iOS platform being pretty new you should rather ask this on the interest mailing list, you'll find Qt's developers/maintainers (this forum is more user oriented).
Hi and welcome to devnet,
Glad you found and thanks for sharing !
Can you also update the thread title prepending [solved] ? So other forum users may know a solution has been found :)
[quote author="sierdzio" date="1384710975"]QtQuick module depends on QtXmlPatterns. It should be a soft dependency, but that's not completely resolved yet.[/quote]
managed to compile it with -skip qtquick1
thanks