Hi I am currently struggling with the autocompletion for a custom cross toolchain build with ptxdist. It does not find any qt libraries. The only file the suggestion shown for "#include <" are qplatformdefs.h, Makefile and the name of the program. I am currently a little lost where to look for the error. Is it within the qtcreator or is it some config setting of the qt build? It would be nice if anybody had some suggestions. The 4.6.3 qt version installed by ptxdist can compile and creates running programs. So i guess its some setting within qtcreator?
The autocompletion works totally fine if i switch to Desktop target instead of my ptxdist target. Best reagards Tim The mouseover settings of the qt4 plugin look resonable: name:pmx Ordner: /home/sander/qt47/ptx/platform-pmx-one/sysroot-target/usr mkspec: qws/linux-ptx-g++ qmake: /home/sander/qt47/ptx/platform-pmx-one/sysroot-cross/bin/qmake Version: 4.6.3 QT_INSTALL_LIBS /home/sander/qt47/ptx/platform-pmx-one/sysroot-target/usr/lib QT_INSTALL_DEMOS /home/sander/qt47/ptx/platform-pmx-one/sysroot-target/usr QT_INSTALL_EXAMPLES /home/sander/qt47/ptx/platform-pmx-one/sysroot-target/usr QT_INSTALL_DOCS /home/sander/qt47/ptx/platform-pmx-one/sysroot-target/usr/doc QT_INSTALL_DATA /home/sander/qt47/ptx/platform-pmx-one/sysroot-target/usr QT_INSTALL_CONFIGURATION /home/sander/qt47/ptx/platform-pmx-one/sysroot-target/usr QT_INSTALL_TRANSLATIONS /home/sander/qt47/ptx/platform-pmx-one/sysroot-target/usr QMAKE_MKSPECS /home/sander/qt47/ptx/platform-pmx-one/sysroot-target/usr/mkspecs QT_INSTALL_PLUGINS /home/sander/qt47/ptx/platform-pmx-one/sysroot-target/usr/plugins QT_INSTALL_PREFIX /home/sander/qt47/ptx/platform-pmx-one/sysroot-target/usr QT_INSTALL_HEADERS /home/sander/qt47/ptx/platform-pmx-one/sysroot-target/usr/include QT_VERSION 4.6.3 QT_INSTALL_BINS /home/sander/qt47/ptx/platform-pmx-one/sysroot-host/bin configure output: Building on: qws/linux-x86_64-g++ Building for: qws/linux-ptx-g++ Architecture: armv6 Host architecture: x86_64 Build ............... libs Configuration ....... cross_compile release shared dll embedded precompile_header exceptions_off minimal-config small-config medium-config large-config full-config embedded reduce_exports reduce_relocations ipv6 clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify no-jpeg no-mng system-png png no-gif no-tiff no-freetype system-zlib dbus script release Debug ............... no Qt 3 compatibility .. no QtDBus module ....... yes (run-time) QtConcurrent code.... yes QtScript module ..... yes QtScriptTools module no QtXmlPatterns module no Phonon module ....... no Multimedia module ... no SVG module .......... no WebKit module ....... no Declarative module .. no STL support ......... no PCH support ......... yes MMX/3DNOW/SSE/SSE2.. no/no/no/no iWMMXt support ...... no NEON support ........ no IPv6 support ........ yes IPv6 ifname support . yes getaddrinfo support . yes getifaddrs support .. yes Accessibility ....... no NIS support ......... no CUPS support ........ no Iconv support ....... no Glib support ........ no GStreamer support ... auto Large File support .. no GIF support ......... no TIFF support ........ no JPEG support ........ no PNG support ......... yes (system) MNG support ......... no zlib support ........ system Session management .. no Embedded support .... armv6 Freetype2 support ... no Graphics (qt) ....... Graphics (plugin) ... Decorations (qt) .... styled windows default styled Decorations (plugin) Keyboard driver (qt). tty tty linuxinput Keyboard driver (plugin) Mouse driver (qt) ... Mouse driver (plugin) OpenGL support ...... no OpenVG support ...... no OpenSSL support ..... no Alsa support ........ no _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
