summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/styles.pri
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2015-11-27 02:57:55 -0800
committerJake Petroules <jake.petroules@theqtcompany.com>2015-11-27 11:55:24 +0000
commitf00794bb12a26c79135eb45656e994542ce81c99 (patch)
tree7490bd8988d8f5dc94e452a21471e8b54c0aa855 /src/widgets/styles/styles.pri
parentbdf49888ef4044bd513bfd4c888071b41119a6d4 (diff)
Remove dead code.
Change-Id: Idfaef408536bafbb31444ec8728dbcf289abac8d Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@theqtcompany.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
Diffstat (limited to 'src/widgets/styles/styles.pri')
-rw-r--r--src/widgets/styles/styles.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/styles/styles.pri b/src/widgets/styles/styles.pri
index a54563c036..11f7d973cc 100644
--- a/src/widgets/styles/styles.pri
+++ b/src/widgets/styles/styles.pri
@@ -49,7 +49,8 @@ contains( styles, mac ) {
HEADERS += \
styles/qmacstyle_mac_p.h \
styles/qmacstyle_mac_p_p.h
- OBJECTIVE_SOURCES += styles/qmacstyle_mac.mm
+ OBJECTIVE_SOURCES += styles/qmacstyle_mac.mm
+ LIBS_PRIVATE += -framework Carbon
} else {
DEFINES += QT_NO_STYLE_MAC
}