diff options
| author | David Skoland <davidskoland@gmail.com> | 2018-11-15 23:56:58 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2018-11-15 23:56:58 +0100 |
| commit | 051c8975eccffc0a0b5b1312e06b2b412590e475 (patch) | |
| tree | 158319edfb9c91b26e87d847249f5eb3b9edcf4f /main.cpp | |
| parent | e9eefee1da52701ea197431c8b61c5549038b740 (diff) | |
added case insensitive path function for those filesystems
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -8,14 +8,6 @@ #include <QDebug> -//this is a quite broad generalization -//the most common OSes(mac and windows) are _usually_ case insensitive -//however, there do exist mac installations with case sensitive filesystems -//in that case, define CASE_SENSITIVE_FILESYSTEM and compile on a mac -#if (defined (LINUX) || defined (__linux__)) -#define CASE_SENSITIVE_FILESYSTEM -#endif - int main(int argc, char *argv[]) { #if QT_VERSION > QT_VERSION_CHECK(5, 6, 0) |
