[Solved]:QGIS API for linux
-
Hi,
I don't have a RedHat system at hand but basically: you need to install the RedHat equivalent packages that are mentioned in the documentation then the build procedure should be pretty much the same.
-
Look at the listed packages, IIRC, there is for example the Qt 4 dev packages, so look in RedHat package manager for those. You'll have to repeat the step for each dependency mentionned
-
You welcome !
Since it's all good, don't forget to update the thread's title to solved so other forum users may know that a solution has been found :)
-
-
AFAIK, you can include it like any other library
-
AFAIK QGIS asks for cmake only to be compiled. To use it you have the choice.
cmake support to build Qt related projects has been done since a long time. Also QGIS uses Qt
-
You're welcome !
The easiest would be to start from a QGIS example and play with it until you have what you want