mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Changed #include <qapp.h> to #include <qapplication.h> to solve compile
problem on debian. git-svn-id: http://svn.osgeo.org/qgis/trunk@2371 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
4f216df47f
commit
e6afa4c84c
@ -16,13 +16,18 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
/* $Id$ */
|
||||
|
||||
#include <cfloat>
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
#include <math.h>
|
||||
|
||||
#include <qapp.h>
|
||||
// Changed #include <qapp.h> to <qapplication.h>. Apparently some
|
||||
// debian distros do not include the qapp.h wrapper and the compilation
|
||||
// fails. [gsherman]
|
||||
#include <qapplication.h>
|
||||
|
||||
#include <qfile.h>
|
||||
#include <qtextstream.h>
|
||||
#include <qstringlist.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user