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

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

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

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


Copyright © 2008 Nokia Trademarks
Qt 4.4.3