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

Collapse All | Expand All

(-)ffDiaporama.ori/src/ffDiaporama/ffDiaporama.pro (-9 / +3 lines)
Lines 26-44 Link Here
26
26
27
greaterThan(QT_MAJOR_VERSION,4) {
27
greaterThan(QT_MAJOR_VERSION,4) {
28
    # QT5 version
28
    # QT5 version
29
    QT += widgets concurrent help multimedia
29
    QT += widgets concurrent help
30
} else {
30
} else {
31
    # QT4 version
31
    # QT4 version
32
    CONFIG += help mobility
32
    CONFIG += help multimedia
33
    MOBILITY = multimedia
34
35
    unix {
36
        INCLUDEPATH += /usr/include/QtMultimediaKit
37
        INCLUDEPATH += /usr/include/QtMobility
38
    }
39
}
33
}
40
34
41
QT          += core gui xml network svg sql
35
QT          += core gui xml multimedia network svg sql
42
QMAKE_STRIP  = echo
36
QMAKE_STRIP  = echo
43
APPFOLDER    = ffDiaporama
37
APPFOLDER    = ffDiaporama
44
TARGET       = ffDiaporama
38
TARGET       = ffDiaporama

Return to bug 613230