#ifndef QLOP #define QLOP #ifdef WIN32 #define QLOP_PLUGINS_INSTALL_PATH qApp->applicationDirPath()+"/plugins" #define QLOP_CONFIG_PATH qApp->applicationDirPath()+"/config" #define PYMODULES qApp->applicationDirPath()+"/python" #else #ifdef UNIX #define QLOP_PLUGINS_INSTALL_PATH QDir::homePath()+"/.QLop/plugins" #define QLOP_CONFIG_PATH QDir::homePath()+"/.QLop/config" #define PYMODULES "/etc/QLop/python" #endif #endif #endif // QLOP