Qt + GDAL Library
-
in general,
-
download library's binary, header file (if not found, have to build from lib source)
-
place in some local folder.
-
add in .pro file
INCLUDEPATH += "/path_to_include"
LIB += "-L/path_to_lib -lname_of_lib -
run qmake
-
build project
for more details, refer to
"qmake reference":http://qt-project.org/doc/qt-5.0/qmake-reference.html -
-
Can you tell me how to build it from source code?
Can I use QT Creator to build it?
If not how?
Thank you very much.[quote author="jys0224" date="1346865336"]in general,
-
download library's binary, header file (if not found, have to build from lib source)
-
place in some local folder.
-
add in .pro file
INCLUDEPATH += "/path_to_include"
LIB += "-L/path_to_lib -lname_of_lib -
run qmake
-
build project
for more details, refer to
"qmake reference":http://qt-project.org/doc/qt-5.0/qmake-reference.html[/quote] -
-
Hi,
The GDAL site gives you the building guide "here":http://trac.osgeo.org/gdal/wiki/BuildHints