Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions

macmainwindow.pro Example File
demos/macmainwindow/macmainwindow.pro

 TEMPLATE        = app
 TARGET          = macmainwindow

 CONFIG          += qt warn_on console

 OBJECTIVE_SOURCES += macmainwindow.mm
 SOURCES += main.cpp
 HEADERS += macmainwindow.h

 build_all:!build_pass {
     CONFIG -= build_all
     CONFIG += release
 }

 LIBS += -framework Cocoa

 # install
 mac {
 target.path = $$[QT_INSTALL_DEMOS]/macmainwindow
 sources.files = $$SOURCES  *.pro *.html
 sources.path = $$[QT_INSTALL_DEMOS]/macmainwindow
 INSTALLS += target sources
 }


Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt 4.5.1