diff options
| author | Tannin <devnull@localhost> | 2015-01-08 20:07:58 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-01-08 20:07:58 +0100 |
| commit | 25348238b2070bce1a7f1ef25813667bde2373cd (patch) | |
| tree | 5e4d6ae7a83d2ecaa2c62146eb229361e6fe9431 /src | |
| parent | 8b3a42bd170431490c16a0a2c4beadd4d300cd49 (diff) | |
bugfix: translations for configurator plugin weren't named correctly
Diffstat (limited to 'src')
| -rw-r--r-- | src/organizer.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/organizer.pro b/src/organizer.pro index 9f3e15d3..04122708 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -335,9 +335,9 @@ QMAKE_POST_LINK += xcopy /y /s /I $$quote($$BASEDIR\\tutorials) $$quote($$DSTDIR QMAKE_POST_LINK += xcopy /y /s /I $$quote($$BASEDIR\\*.qm) $$quote($$DSTDIR)\\translations $$escape_expand(\\n)
CONFIG(debug, debug|release) {
- QMAKE_POST_LINK += xcopy /y /s /I $$quote($$SRCDIR\\..\\dlls.*manifest.debug) $$quote($$DSTDIR)\\dlls $$escape_expand(\\n)
+ QMAKE_POST_LINK += xcopy /y /s /I $$quote($$BASEDIR\\..\\dlls.*manifest.debug) $$quote($$DSTDIR)\\dlls $$escape_expand(\\n)
QMAKE_POST_LINK += copy /y $$quote($$DSTDIR)\\dlls\\dlls.manifest.debug $$quote($$DSTDIR)\\dlls\\dlls.manifest $$escape_expand(\\n)
QMAKE_POST_LINK += del $$quote($$DSTDIR)\\dlls\\dlls.manifest.debug $$escape_expand(\\n)
} else {
- QMAKE_POST_LINK += xcopy /y /s /I $$quote($$SRCDIR\\..\\dlls.*manifest) $$quote($$DSTDIR)\\dlls $$escape_expand(\\n)
+ QMAKE_POST_LINK += xcopy /y /s /I $$quote($$BASEDIR\\..\\dlls.*manifest) $$quote($$DSTDIR)\\dlls $$escape_expand(\\n)
}
|
