view examples/mainwindows/mainwindows.pro @ 411:6fe37cbd9510

Octal literals have been deprecated, fix build.
author David Nadlinger <code@klickverbot.at>
date Mon, 18 Apr 2011 00:16:33 +0200
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