source: trunk/demos/macmainwindow/macmainwindow.pro@ 564

Last change on this file since 564 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 482 bytes
Line 
1TEMPLATE = app
2TARGET = macmainwindow
3
4CONFIG += qt warn_on console
5
6OBJECTIVE_SOURCES += macmainwindow.mm
7SOURCES += main.cpp
8HEADERS += macmainwindow.h
9
10build_all:!build_pass {
11 CONFIG -= build_all
12 CONFIG += release
13}
14
15LIBS += -framework Cocoa -framework Carbon
16
17# install
18mac {
19target.path = $$[QT_INSTALL_DEMOS]/macmainwindow
20sources.files = $$SOURCES *.pro *.html
21sources.path = $$[QT_INSTALL_DEMOS]/macmainwindow
22INSTALLS += target sources
23}
Note: See TracBrowser for help on using the repository browser.