Results 1 to 4 of 4

Thread: qapplication error when -DQT3_SUPPORT option

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2006
    Posts
    20
    Thanks
    8
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: qapplication error when -DQT3_SUPPORT option

    It looks like you miss some file included (declaring something with no type)... Could you post the include statements ?

  2. #2

    Default Re: qapplication error when -DQT3_SUPPORT option

    the "declaring with no type" is in qapplication.h from qt !!!!!
    that some WindowsVersion is not found is namespace Qt.
    That looks like internal problem (only happens when you set qt3 support).
    Is there anyone who compiled sth successfuly with this option ?

    $ make AM_LDFLAGS="-L/cygdrive/c/workStephane/ACE_wrappers/lib -llibACE -L/cygdrive/c/QT/4.1.4/bin -lQt3Support4 -lQtCore4 -lQtGui4" AM_CPPFLAGS="-I/cygdrive/c/workStephane/ACE_wrappers -I/cygdrive/c/QT/4.1.4/include -I/cygdrive/c/QT/4.1.4/include/Qt -I/cygdrive/c/QT/4.1.4/include/Qt3Support -I/cygdrive/c/QT/4.1.4/include/QtGui -DQT3_SUPPORT"

    Notice: I use AM_ in order to dont change my linux make system

  3. #3
    Join Date
    Apr 2006
    Posts
    20
    Thanks
    8
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: qapplication error when -DQT3_SUPPORT option

    Could you post main.cpp:3 ?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.