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

« back to all changes in this revision

Viewing changes to demos/deform/deform.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
SOURCES += main.cpp pathdeform.cpp
 
2
HEADERS += pathdeform.h
 
3
 
 
4
SHARED_FOLDER = ../shared
 
5
 
 
6
include($$SHARED_FOLDER/shared.pri)
 
7
 
 
8
RESOURCES += deform.qrc
 
9
 
 
10
# install
 
11
target.path = $$[QT_INSTALL_DEMOS]/deform
 
12
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html
 
13
sources.path = $$[QT_INSTALL_DEMOS]/deform
 
14
INSTALLS += target sources