This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
qt5base-lts
Watch
1
Star
0
Fork
0
You've already forked qt5base-lts
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
68a85a03f9
qt5base-lts
/
examples
/
widgets
/
mac
/
qmaccocoaviewcontainer
/
qmaccocoaviewcontainer.pro
8 lines
87 B
Prolog
Raw
Normal View
History
Unescape
Escape
Port QMacCocoaViewContainer to Qt 5. Includes example. Change-Id: Ifdda5c535d0ec41694712405d921b2c32cb8dfc8 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
2013-09-02 11:49:24 +00:00
TEMPLATE
=
app
OBJECTIVE_SOURCES
+=
main
.
mm
Link to AppKit instead of Cocoa. Cocoa is basically just AppKit + CoreData. Since we do not use CoreData in Qt, there is no reason to link to it or (transitively) import its headers. This is just a mechanical replacement of -framework Cocoa with -framework AppKit and <Cocoa/Cocoa.h> with <AppKit/AppKit.h> Change-Id: Ibcfc8a03c0ddff27a67fbc87dd7bd58a4b648956 Reviewed-by: Mika Lindqvist <postmaster@raasu.org> Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
2015-08-26 08:48:34 +00:00
LIBS
+=
-
framework
AppKit
Port QMacCocoaViewContainer to Qt 5. Includes example. Change-Id: Ifdda5c535d0ec41694712405d921b2c32cb8dfc8 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
2013-09-02 11:49:24 +00:00
QT
+=
widgets
Reference in New Issue
Copy Permalink