Subversion Repositories tpanel

Rev

Rev 243 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 243 Rev 250
Line 36... Line 36...
36
#include "tresources.h"
36
#include "tresources.h"
37
#ifdef __APPLE__
37
#ifdef __APPLE__
38
#include <TargetConditionals.h>
38
#include <TargetConditionals.h>
39
#if TARGET_OS_SIMULATOR || TARGET_OS_IOS
39
#if TARGET_OS_SIMULATOR || TARGET_OS_IOS
40
#include <QString>
40
#include <QString>
41
#include "QASettings.h"
41
#include "ios/QASettings.h"
42
#endif
42
#endif
43
#endif
43
#endif
44
using std::string;
44
using std::string;
45
using std::ifstream;
45
using std::ifstream;
46
using std::ofstream;
46
using std::ofstream;