diff --git a/workspace/.gitignore b/workspace/.gitignore deleted file mode 100644 index a22280205..000000000 --- a/workspace/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.user* diff --git a/workspace/mapnik.pro b/workspace/mapnik.pro deleted file mode 100644 index 054961db4..000000000 --- a/workspace/mapnik.pro +++ /dev/null @@ -1,23 +0,0 @@ -# ------------------------------------------------- -# QtCreator Project For Mapnik -# ------------------------------------------------- -QT = - -TARGET = mapnik -TEMPLATE = lib - -INCLUDEPATH = \ - ../deps/agg/include \ - ../include \ - /usr/lib/oracle/11.2.0.3/client/include - -include(All.files) - -OTHER_FILES += \ - ../SConstruct \ - ../config.py \ - ../CHANGELOG.md - -unix { - DEFINES += LINUX=1 MAPNIK_LOG=1 -}