Re: [Interest] qmake /cmake find question

2013-11-20 Thread Damian Ivanov
Thanks for your answer. Adding External Library through qtcreator fixed my problem :) 2013/11/20 Bo Thorsen : > There's nothing in qmake that does something like find_package - or any > other configuration. > > You have to add to the LIBS, INCLUDE_PATH and DEPEND_PATH yourself. > > If you want co

Re: [Interest] qmake /cmake find question

2013-11-20 Thread Bo Thorsen
There's nothing in qmake that does something like find_package - or any other configuration. You have to add to the LIBS, INCLUDE_PATH and DEPEND_PATH yourself. If you want configuration, try qbs. Bo. en 19-11-2013 20:14, Damian Ivanov skrev: > Hi all, > > I have a library (libqt-xdg) in /usr/

[Interest] qmake /cmake find question

2013-11-19 Thread Damian Ivanov
Hi all, I have a library (libqt-xdg) in /usr/lib in cmake you can inclued it via find_package(QT5XDG) How can I include it into my .pro file in qtcreator? QT += core gui QT5XDG gives me unknown module in QT: QT5XDG Thanks in advance. ___ Interest