QSslSocket autotest: fix failing tests
[qt-netbsd.git] / demos / undo / undo.pro
blob0667bdd9272932f310389bc3a1c19c5fb517fef4
1 SOURCES += main.cpp mainwindow.cpp commands.cpp document.cpp
2 HEADERS += mainwindow.h commands.h document.h
3 FORMS += mainwindow.ui
5 build_all:!build_pass {
6 CONFIG -= build_all
7 CONFIG += release
10 RESOURCES += undo.qrc
12 # install
13 target.path = $$[QT_INSTALL_DEMOS]/undo
14 sources.files = $$SOURCES $$HEADERS *.pro icons $$RESOURCES $$FORMS
15 sources.path = $$[QT_INSTALL_DEMOS]/undo
16 INSTALLS += target sources
18 symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)