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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- qtwitter-app/qtwitter-app.pro
0
++ qtwitter-app/qtwitter-app.pro
Lines 81-88 Link Here
81
}
81
}
82
else:unix {
82
else:unix {
83
    LIBS += -L$${DESTDIR} \
83
    LIBS += -L$${DESTDIR} \
84
        -Wl,-rpath,$${DESTDIR} \
84
        $$TWITTERAPI_LIB \
85
        $$TWITTERAPI_LIB
85
        -lX11
86
    target.path = $${INSTALL_PREFIX}/bin
86
    target.path = $${INSTALL_PREFIX}/bin
87
    PLUGINS_DIR = $${INSTALL_PREFIX}/lib$${LIB_SUFFIX}/$${TARGET}/plugins
87
    PLUGINS_DIR = $${INSTALL_PREFIX}/lib$${LIB_SUFFIX}/$${TARGET}/plugins
88
    DEFINES += PLUGINS_DIR='\\\"$${PLUGINS_DIR}\\\"'
88
    DEFINES += PLUGINS_DIR='\\\"$${PLUGINS_DIR}\\\"'

Return to bug 369449