view examples/mainwindows/mainwindows.pro @ 307:91ed8edd442e signals

work on QStringList
author eldar_ins@eldar-laptop
date Wed, 23 Dec 2009 04:02:28 +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