~gabriel1984sibiu/minitube/qt5.6

« back to all changes in this revision

Viewing changes to examples/widgets/mac/qmaccocoaviewcontainer/qmaccocoaviewcontainer.pro

  • Committer: Grevutiu Gabriel
  • Date: 2017-06-13 08:43:17 UTC
  • Revision ID: gabriel1984sibiu@gmail.com-20170613084317-ek0zqe0u9g3ocvi8
OriginalĀ upstreamĀ code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = app
 
2
 
 
3
OBJECTIVE_SOURCES += main.mm
 
4
LIBS += -framework AppKit
 
5
 
 
6
QT += widgets
 
7
 
 
8
# install
 
9
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mac/qmaccocoaviewcontainer
 
10
INSTALLS += target