use private linkage where possible

Task-number: QTBUG-34463
Change-Id: Iffbeed2f1a27fd38b5960afa9715815ac11b722a
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
Oswald Buddenhagen
2013-10-31 13:39:22 +01:00
committed by The Qt Project
parent 4edc0cc3b9
commit ac01ab6543
4 changed files with 12 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ maemo6 {
SOURCES += qgraphicsvideoitem_maemo6.cpp
LIBS += -lX11
LIBS_PRIVATE += -lX11
} else {
SOURCES += qgraphicsvideoitem.cpp
}