From 406332eb6b3199d19388f359d04c9f184e6082b5 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 9 Aug 2012 04:03:20 +0200 Subject: watch status UI --- libsowatch/sowatch_global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsowatch/sowatch_global.h') diff --git a/libsowatch/sowatch_global.h b/libsowatch/sowatch_global.h index 9c6cf73..b537930 100644 --- a/libsowatch/sowatch_global.h +++ b/libsowatch/sowatch_global.h @@ -10,7 +10,7 @@ # define SOWATCH_EXPORT Q_DECL_IMPORT #endif -#if defined(QT_SIMULATOR) || !defined(QT_NO_DEBUG) +#if defined(QT_SIMULATOR) || (!defined(MEEGO_VERSION_MAJOR) && !defined(Q_WS_MAEMO_5) && !defined(QT_NO_DEBUG)) # define SOWATCH_PLUGINS_DIR ".." # define SOWATCH_RESOURCES_DIR ".." # define SOWATCH_QML_DIR ".." -- cgit v1.2.3