summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 05dc54d7..ecd12345 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -174,7 +174,9 @@ void cleanupDir()
"QtXml4.dll",
"QtWebKit4.dll",
"qjpeg4.dll",
- "NCC/GamebryoBase.dll"
+ "NCC/GamebryoBase.dll",
+ "plugins/helloWorld.dll",
+ "plugins/testnexus.py"
};
static const int NUM_FILES = sizeof(fileNames) / sizeof(QString);