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 632-636 Link Here
632
TS_OUT ~= s/.ts/.qm/g
633
TS_OUT ~= s/.ts/.qm/g
633
PRE_TARGETDEPS += $$TS_OUT
634
PRE_TARGETDEPS += $$TS_OUT
634
635
635
include( qtsingleapplication/src/qtsingleapplication.pri )
636

Return to bug 574464