Fix macplist autotest
[qt-netbsd.git] / demos / macmainwindow / macmainwindow.pro
blobba6ffbbe23873dbaad3093f00a28bb0b2f576433
1 TEMPLATE = app
2 TARGET = macmainwindow
4 CONFIG += qt warn_on console
6 OBJECTIVE_SOURCES += macmainwindow.mm
7 SOURCES += main.cpp
8 HEADERS += macmainwindow.h
10 build_all:!build_pass {
11 CONFIG -= build_all
12 CONFIG += release
15 LIBS += -framework Cocoa -framework Carbon
17 # install
18 mac {
19 target.path = $$[QT_INSTALL_DEMOS]/macmainwindow
20 sources.files = $$SOURCES *.pro *.html
21 sources.path = $$[QT_INSTALL_DEMOS]/macmainwindow
22 INSTALLS += target sources