view examples/mainwindows/mainwindows.pro @ 324:0cc996b7a601 signals

Qt 4.6
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Tue, 29 Dec 2009 02:48:09 +0500
parents e78566595089
children
line wrap: on
line source

TEMPLATE      = subdirs
SUBDIRS       = application \
                dockwidgets \
                mdi \
                menus \
                recentfiles \
                sdi

# install
target.path = $$[QT_INSTALL_EXAMPLES]/mainwindows
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mainwindows.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/mainwindows
INSTALLS += target sources