Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. add fox16 to QtCreator Project ?

add fox16 to QtCreator Project ?

Scheduled Pinned Locked Moved Solved 3rd Party Software
2 Posts 1 Posters 865 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.
  • D Offline
    D Offline
    deleted28
    wrote on last edited by
    #1

    Hello,
    I want to try foxtools in Qt-Creator Project on linux64.
    How to add the toolkit to the project file ?

    // 1.
    unix: CONFIG += link_pkgconfig
    unix: PKGCONFIG += fox16
    
    // 2.
    unix:!macx: LIBS += -lFOX-1.6
    
    // 3.
    unix:!macx: LIBS += -L$$PWD/../../../../../../../usr/lib64/ -lFS
    
    // 4.
    INCLUDEPATH += $$PWD/../../../../../../../usr/include/fox-1.6
    DEPENDPATH += $$PWD/../../../../../../../usr/include/fox-1.6
    
    // 5.
    unix:!macx: LIBS += '/usr/bin/fox-config --libs'
    

    thank you

    1 Reply Last reply
    0
    • D Offline
      D Offline
      deleted28
      wrote on last edited by
      #2

      It was pretty close:

      unix: CONFIG += link_pkgconfig
      unix: PKGCONFIG += fox

      works nice

      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