summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-31 13:57:16 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-31 18:04:39 +0100
commit792bb911bb5a2af6f00b3d32c654579a700257c6 (patch)
tree4e5f75e4cfc8f0cc7e998a2294a0a7f5d7f441ed
parent8fa38e791e34ed488c5ff4d4c49b51bd5005f080 (diff)
downloadqtquickcontrols-792bb911bb5a2af6f00b3d32c654579a700257c6.tar.gz
use private linkage where possible
Change-Id: I693f8469b8bec8e80d65d69122c01d0273a38b3d Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
-rw-r--r--src/controls/controls.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/controls.pro b/src/controls/controls.pro
index 3de8aece..e31f8683 100644
--- a/src/controls/controls.pro
+++ b/src/controls/controls.pro
@@ -45,7 +45,7 @@ include(plugin.pri)
include(Private/private.pri)
include(Styles/styles.pri)
-osx: LIBS += -framework Carbon
+osx: LIBS_PRIVATE += -framework Carbon
# Create the resource file
GENERATED_RESOURCE_FILE = $$OUT_PWD/controls.qrc