Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix building QGIS when WITH_GUI is false
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+3
−0
src/providers/spatialite/qgsspatialitedataitems.cpp
|
@@ -26,6 +26,9 @@ |
|
|
#include "qgsvectorlayerexporter.h" |
|
|
#include "qgsvectorlayer.h" |
|
|
|
|
|
#include <QDir> |
|
|
#include <QFileInfo> |
|
|
|
|
|
|
|
|
bool SpatiaLiteUtils::deleteLayer( const QString &dbPath, const QString &tableName, QString &errCause ) |
|
|
{ |
|
|