cmake: rather use SHAREDIR than DATADIR define.
authorKlaas Freitag <freitag@owncloud.com>
Thu, 30 Jul 2015 14:37:22 +0000 (16:37 +0200)
committerKlaas Freitag <freitag@owncloud.com>
Thu, 30 Jul 2015 14:38:30 +0000 (16:38 +0200)
commit6992631c4c649d7068378d19569fe6191c2d5862
treea3eee699fc1682d23afd3198883ebd9a40472f2f
parent7fc7925d17df58e6dfb9eb1383f0895d5fadce58
cmake: rather use SHAREDIR than DATADIR define.

DATADIR is a reserved structure name in win32, using it like us here
leads to very nifty compile problems. SHAREDIR is clean.
CMakeLists.txt
config.h.in
src/gui/application.cpp