Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Symbian static libraries on Qt project.
Forum Updated to NodeBB v4.3 + New Features

Symbian static libraries on Qt project.

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 2.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pedro.gandola
    wrote on 18 Aug 2010, 10:38 last edited by
    #1

    Hi,

    I developed a static library on Carbide for my symbian projects. Now i want to import it to my Qt project on QtCreator IDE.

    On .pro file we must set something like:

    LIBS += -lLibTest.lib
    INCLUDEPATH += "INCLUDES_PATH"

    But I must set the LibTest.lib on "\Symbian\SDK\epoc32\release\armv5\urel". Can I have a specific folder for my libraries?

    I tried to use the "absolute path" the -L"path" etc.. but nothing worked. On .mmp file appears the "STATICLIBRARY LibTest.lib" but when I compiled the project shows a error that the "LibTest.lib" no exists.

    Is there some qmake command (supported by QtCreator) implementing this feature?

    Thanks
    Pedro

    1 Reply Last reply
    0
    • A Offline
      A Offline
      alexleutgoeb
      wrote on 31 Jul 2012, 10:57 last edited by
      #2

      This is a rather old question, I'm however currently struggling with the same problem with Qt 4.7.4 on Symbian Anna target. Is there a possibility to add a custom path for static libraries?

      Alex

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved