view examples/mainwindows/mainwindows.pro @ 377:8f7d09e4efc0

add missing D files to the build system@
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Fri, 09 Jul 2010 22:54:51 +0600
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