add fox16 to QtCreator Project ?
Solved
3rd Party Software
-
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