view examples/mainwindows/mainwindows.pro @ 342:c887282e1590 qtd.0.5

removed enum experiment leftover
author maxter <spambox@d-coding.com>
date Thu, 13 May 2010 17:11:04 +0300
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