summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-09-05 21:04:20 +0200
committerTannin <devnull@localhost>2013-09-05 21:04:20 +0200
commit8e6868bf885c585e8fab320cde2972462119e81b (patch)
tree648ffffab2a2e30d72a58f725997025031973a17 /src/main.cpp
parenta891146446527e5355c2c3b68c54d28bbed11c0d (diff)
- bugfix: automatically removes a file from old NCC release that was interfering with the current version
- bugfix: fomod installer didn't find fomod files in nested folder - bugfix: python proxy will now not even try to initialize python if python_dir contains no python. This is necessary because the python interpreter crashes the application if the path is invalid
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b6e2a7e9..1d40dfeb 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -182,16 +182,7 @@ void cleanupDir()
"QtXml4.dll",
"QtWebKit4.dll",
"qjpeg4.dll",
-/* "dlls/phonon4.dll",
- "dlls/QtCore4.dll",
- "dlls/QtGui4.dll",
- "dlls/QtNetwork4.dll",
- "dlls/QtXml4.dll",
- "dlls/QtXmlPatterns4.dll",
- "dlls/QtWebKit4.dll",
- "dlls/QtDeclarative4.dll",
- "dlls/QtScript4.dll",
- "dlls/QtSql4.dll"*/
+ "NCC/GamebryoBase.dll"
};
static const int NUM_FILES = sizeof(fileNames) / sizeof(QString);