finish removal of workspace dir - amends 27d8cef3c4

This commit is contained in:
Dane Springmeyer 2014-10-22 23:37:55 -07:00
parent c7fb48eb75
commit 63f2171edc
2 changed files with 0 additions and 24 deletions

View file

@ -1 +0,0 @@
*.user*

View file

@ -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
}