Changeset 2241

Show
Ignore:
Timestamp:
07/02/11 21:42:19 (23 months ago)
Author:
wolke
Message:

fix small data-path problem.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/core/src/helpers/filesystem.cpp

    r2226 r2241  
    99 
    1010// directories 
    11 #define LOCAL_DATA_PATH "./data" 
     11#define LOCAL_DATA_PATH QCoreApplication::applicationDirPath().append( "/data" ) 
    1212#define IMG             "/img" 
    1313#define DOC             "/doc"