diff options
Diffstat (limited to 'src/plugins/Input')
| -rw-r--r-- | src/plugins/Input/cue/cue.pro | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/plugins/Input/cue/cue.pro b/src/plugins/Input/cue/cue.pro index 626604c05..c8f205eec 100644 --- a/src/plugins/Input/cue/cue.pro +++ b/src/plugins/Input/cue/cue.pro @@ -21,16 +21,19 @@ TEMPLATE = lib unix{ QMAKE_LIBDIR += ../../../../lib LIBS += -lqmmp -L/usr/lib - contains(CONFIG, WITH_ENCA){ - CONFIG += link_pkgconfig - PKGCONFIG += enca - DEFINES += WITH_ENCA - } } win32{ QMAKE_LIBDIR += ../../../../bin - LIBS += -lqmmp0 + LIBS += -lqmmp0 +} + +contains(CONFIG, WITH_ENCA){ + CONFIG += link_pkgconfig + DEFINES += WITH_ENCA + unix:PKGCONFIG += enca + win32:LIBS += -lenca.dll + } TRANSLATIONS = translations/cue_plugin_ru.ts \ |
