Results 1 to 2 of 2

Thread: removing -lQt3Support from makefile (greenphone)

  1. #1
    Join Date
    Jun 2007
    Posts
    7
    Thanks
    1

    Default removing -lQt3Support from makefile (greenphone)

    Hi,

    I'm porting my Qt3 based app to Qt4. First I used the Qt3Support lib, but now I have removed all Qt3 references. It should be a clean Qt4 app now.

    However, I can't seem to get rid of the Qt3 library in the greenphone SDK. It keeps appearing in Makefile.target as

    LIBS = $(SUBLIBS) -L/opt/Qtopia/SDK/4.1.7/x86/qtopiacore/target/lib -L../ -L/opt/Qtopia/SDK/4.1.7/x86/lib -L/opt/Qtopia/SDK/4.1.7/x86/qtopiacore/target/lib -L../ -ljardsui -ljardsbase -lqtopia -lQt3Support_debug -lQtSql_debug -lQtXml_debug -lQtGui_debug -lQtNetwork_debug -lQtCore_debug -lm -lpthread -ldl -lqtopiail
    The .pro file looks contains:

    Qt Code:
    1. QT = core gui xml
    To copy to clipboard, switch view to plain text mode 

    There has to be a reference to Qt3Support somewhere, but I don't know where else to look.

    I'd appreciate any help, and of course I'll post relevant files if needed.
    Last edited by jacek; 17th June 2007 at 16:13. Reason: changed [code] to [quote]

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: removing -lQt3Support from makefile (greenphone)

    Maybe in something that is included into the .pro file? Try removing the support module explicitely in the last line of your .pro file and see what happens.

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.