Results 1 to 3 of 3

Thread: qt verification

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    183

    qt verification

    Wonder if we could add a check to the qt verification pass to see whether it was built with gcc v3.x and print a message to that effect. Just an idea, recurring support issue. Maybe I will look at it if no one else cares to. autoconf/automake stuff is pretty new to me so my solutions may be a little clunky.

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    15
    Just as a matter of interest (possibly you can use it?) Sins has a -with-Qt-validation string for configure - gives some more info on what QT is being used and where it's getting the libraries from (it's how I solved my QT issue)

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    411
    you can set QTDIR, or use the following options to configure

    --with-qt-dir=DIR
    --with-qt-includes=DIR
    --with-qt-libraries=DIR
    --with-qt-validation

    (pulled from ./configure --help)

    as for yendors question, someone would have to write a check, attempting to compile a small QT example program with g++ 3, if the link passes, QT is good, it it fails it is BAD. Not really a hard thing to do, and i may take some time today to write something like that.
    casey AT trifocus DOT net

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On