[Qt-interest] building qt-embedded for x-86
Sean Harmer
sean.harmer at maps-technology.com
Mon Jan 24 10:41:33 CET 2011
Hi,
Please respond to the list not to me personally.
On Sunday 23 January 2011 14:22:06 you wrote:
> ok than my configure file should be like this
>
> ./configure \
<snip>
> -xplatform qws/linux-x86-g++ \ /// I made just the changes
> here to build with x86 linux gcc and not the arm-linux-gcc....so
> -embedded arm \ /// am I right here
Why are you trying to tell configure anything about arm at all? This is for a
host build so it is only for x86. All you need to do is to specify it is an
embedded build to enable the qvfb related options.
I do not think you need the -xplatform at all for a host build (assuming your
host platform is x86 of course).
> Is this configuration file is ok Sean .......................if not please
> highlight the options with red and mail the correct one
Try this:
./configure \
-prefix /opt/qte-x86-4.5.3 \
-embedded \
-release \
-shared \
-fast \
-pch \
-no-qt3support \
-qt-sql-sqlite \
-no-libtiff \
-no-libmng \
-qt-gif \
-qt-libjpeg \
-qt-zlib \
-qt-libpng \
-qt-freetype \
-no-openssl \
-optimized-qmake \
-svg \
-no-nis \
-no-opengl \
-no-cups \
-no-separate-debug-info \
-depths 8,16,32 \
-qt-gfx-qvfb \
-qt-kbd-qvfb \
-qt-mouse-qvfb \
-confirm-license
Does that work for you?
Sean
More information about the Qt-interest-old
mailing list