@@ -61,7 +61,9 int main(int argc, char *argv[]) | |||||
61 | pluginDir.cd("../lib64/sciqlop"); |
|
61 | pluginDir.cd("../lib64/sciqlop"); | |
62 | } |
|
62 | } | |
63 | #else |
|
63 | #else | |
64 | __x86_64__ || __ppc64__ if (!pluginDir.cd("../lib/SciQlop")) { pluginDir.cd("../lib/sciqlop"); } |
|
64 | if (!pluginDir.cd("../lib/SciQlop")) { | |
|
65 | pluginDir.cd("../lib/sciqlop"); | |||
|
66 | } | |||
65 | #endif |
|
67 | #endif | |
66 | #endif |
|
68 | #endif | |
67 | qCDebug(LOG_PluginManager()) |
|
69 | qCDebug(LOG_PluginManager()) |
General Comments 0
You need to be logged in to leave comments.
Login now