11 lines
189 B
INI
11 lines
189 B
INI
TEMPLATE = app
|
|
|
|
OBJECTIVE_SOURCES += main.mm
|
|
LIBS += -framework AppKit
|
|
|
|
QT += widgets
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mac/qmaccocoaviewcontainer
|
|
INSTALLS += target
|