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

« back to all changes in this revision

Viewing changes to examples/tutorial/t9/t9.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
CONFIG          += qt warn_on
 
3
HEADERS         = cannonfield.h \
 
4
                  lcdrange.h
 
5
SOURCES         = cannonfield.cpp \
 
6
                  lcdrange.cpp \
 
7
                  main.cpp
 
8
TARGET          = t9
 
9
QTDIR_build:REQUIRES="contains(QT_CONFIG, full-config)"
 
10
 
 
11
# install
 
12
target.path = $$[QT_INSTALL_EXAMPLES]/tutorial/t9
 
13
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS t9.pro
 
14
sources.path = $$[QT_INSTALL_EXAMPLES]/tutorial/t9
 
15
INSTALLS += target sources