aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2018-11-15 23:56:58 +0100
committerDavid Skoland <davidskoland@gmail.com>2018-11-15 23:56:58 +0100
commit051c8975eccffc0a0b5b1312e06b2b412590e475 (patch)
tree158319edfb9c91b26e87d847249f5eb3b9edcf4f /main.cpp
parente9eefee1da52701ea197431c8b61c5549038b740 (diff)
added case insensitive path function for those filesystems
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/main.cpp b/main.cpp
index a690f3cf..5696e2e0 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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)