Results 1 to 1 of 1

Thread: Switch STL PORT to version 4 in an app for Symbian

  1. #1
    Join Date
    Mar 2011
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Switch STL PORT to version 4 in an app for Symbian

    Hi,

    I am creating an app for Symbian, and I need to select specifically the stlport version 4 (stlport.lib). By default, while developing an application for Symbian^3 it selects STL port version 5 (stlportv5.lib and STDCPP flag in the resulted mmp file).

    I am having problems with version 5 so I need to configure my pro file to use version 4.

    Any ideas?

    Thanks!!


    Added after 1 24 minutes:


    Hi,

    I did it in that way

    Qt Code:
    1. # stlportv5 causes problems. Here it takes the older version that works properly.
    2. CONFIG -= stl
    3. INCLUDEPATH += /epoc32/include/stdapis/stlport
    4. LIBS = -llibstdcpp
    To copy to clipboard, switch view to plain text mode 

    Could that cause any additional problem? or is there a smarter way to do it?

    Thank you!
    Last edited by Randy; 7th July 2011 at 08:37.

Similar Threads

  1. Replies: 1
    Last Post: 9th September 2010, 16:49
  2. Old Version of Qt - Should I port?
    By MichelCarroll in forum Qt Programming
    Replies: 5
    Last Post: 9th November 2009, 18:17
  3. Replies: 0
    Last Post: 11th August 2009, 09:38
  4. Replies: 5
    Last Post: 5th October 2008, 05:12
  5. How to switch Qt4 version
    By vieraci in forum Installation and Deployment
    Replies: 1
    Last Post: 1st May 2007, 18:17

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.