~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to demos/mainwindow/mainwindow.pro

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = app
 
2
HEADERS += colorswatch.h mainwindow.h toolbar.h
 
3
SOURCES += colorswatch.cpp mainwindow.cpp toolbar.cpp main.cpp
 
4
build_all:!build_pass {
 
5
    CONFIG -= build_all
 
6
    CONFIG += release
 
7
}
 
8
 
 
9
# install
 
10
target.path = $$[QT_INSTALL_DEMOS]/mainwindow
 
11
sources.files = $$SOURCES $$HEADERS *.pro
 
12
sources.path = $$[QT_INSTALL_DEMOS]/mainwindow
 
13
INSTALLS += target sources