Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 574464 | Differences between
and this patch

Collapse All | Expand All

(-)goldendict.pro.orig (-3 / +2 lines)
Lines 36-42 Link Here
36
QT += sql
36
QT += sql
37
CONFIG += exceptions \
37
CONFIG += exceptions \
38
    rtti \
38
    rtti \
39
    stl
39
    stl \
40
    qtsingleapplication
40
OBJECTS_DIR = build
41
OBJECTS_DIR = build
41
UI_DIR = build
42
UI_DIR = build
42
MOC_DIR = build
43
MOC_DIR = build
Lines 610-614 Link Here
610
TS_OUT ~= s/.ts/.qm/g
611
TS_OUT ~= s/.ts/.qm/g
611
PRE_TARGETDEPS += $$TS_OUT
612
PRE_TARGETDEPS += $$TS_OUT
612
613
613
include( qtsingleapplication/src/qtsingleapplication.pri )
614

Return to bug 574464