comparison examples/mainwindows/mainwindows.pro @ 1:e78566595089

initial import
author mandel
date Mon, 11 May 2009 16:01:50 +0000
parents
children
comparison
equal deleted inserted replaced
0:36fb74dc547d 1:e78566595089
1 TEMPLATE = subdirs
2 SUBDIRS = application \
3 dockwidgets \
4 mdi \
5 menus \
6 recentfiles \
7 sdi
8
9 # install
10 target.path = $$[QT_INSTALL_EXAMPLES]/mainwindows
11 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mainwindows.pro README
12 sources.path = $$[QT_INSTALL_EXAMPLES]/mainwindows
13 INSTALLS += target sources