Link gdal to Qt Creator
Unsolved
General and Desktop
-
Hello, could you please help how can I use gdal in Qt creator?
-
@Andraskhun Like any other library. After installing it (either binary or build from source) take a look at this to see how to use a library in your project: http://doc.qt.io/qtcreator/creator-project-qmake-libraries.html
-
Hi
Just a note as its often relevant.
On the download it says for windows its compiled with VC2005/VC2008/VC2010/VC2012/VC2013
so make sure to match compiler if on windows if you do not compile gdal yourself.On linux, its more likely to just match.