[Qt-interest] newbee alert Qt-creator question
Konstantin Tokarev
annulen at yandex.ru
Thu Apr 14 10:25:49 CEST 2011
13.04.2011, 23:52, "Doug Stewart" <doug.dastew at gmail.com>:
> I think that this misses the point.
> I am using an IDE i am using Qt-Creator. I don't want to use qmake cmake or make ( I do this when I compile Octave etc.)
You cannot. If you are using Qt Creator you inherently use qmake or cmake project.
To add include directories, you need to write
INCLUDEPATH += path/to/your/KDE/headers
LIBS += path/to/your/KDE/libraries
in your qmake project (*.pro file)
Or write kde4.prf "feature" to be added to CONFIG variable
(this is a task for advanced learning of qmake build system)
--
Regards,
Konstantin
More information about the Qt-interest-old
mailing list