summaryrefslogtreecommitdiffstats
path: root/src/angle/src/common/common.pri
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-31 13:34:10 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-31 19:49:32 +0100
commit43684a20d044de6d4daac750809750777b68c9e5 (patch)
tree5e7b7ce04385c7811640953529e7a4b077e417d6 /src/angle/src/common/common.pri
parente469e667e39d638d3c4649b9793ee3eefe3c5784 (diff)
use private linkage where possible
Change-Id: Ie8eaa71bee87654c21218a23efd7e9d65b71f022 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/angle/src/common/common.pri')
-rw-r--r--src/angle/src/common/common.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/angle/src/common/common.pri b/src/angle/src/common/common.pri
index e5b01d5051..514c80dbd1 100644
--- a/src/angle/src/common/common.pri
+++ b/src/angle/src/common/common.pri
@@ -4,7 +4,7 @@ INCLUDEPATH += \
$$ANGLE_DIR/src \
$$ANGLE_DIR/include
-LIBS = $$QMAKE_LIBS_CORE $$QMAKE_LIBS_GUI
+LIBS_PRIVATE = $$QMAKE_LIBS_CORE $$QMAKE_LIBS_GUI
# DirectX is included in the Windows 8 Kit, but everything else requires the DX SDK.
win32-msvc2012|win32-msvc2013 {
@@ -36,7 +36,7 @@ win32-msvc2012|win32-msvc2013 {
# Similarly we want the MinGW linker to use the import libraries shipped with the compiler
# instead of those from the SDK which cause a crash on startup.
- LIBS += -L\"$$DXLIB_DIR\"
+ LIBS_PRIVATE += -L\"$$DXLIB_DIR\"
}
}