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

« back to all changes in this revision

Viewing changes to examples/tools/qtdemo/qtdemo.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
CONFIG        += assistant
 
2
DESTDIR       = $$QT_BUILD_TREE/bin
 
3
HEADERS       = displayshape.h \
 
4
                displaywidget.h \
 
5
                launcher.h
 
6
QT            += xml
 
7
RESOURCES     = qtdemo.qrc
 
8
SOURCES       = displayshape.cpp \
 
9
                displaywidget.cpp \
 
10
                launcher.cpp \
 
11
                main.cpp
 
12
TARGET        = qtdemo
 
13
 
 
14
win32 {
 
15
   RC_FILE      = qtdemo.rc
 
16
}
 
17
 
 
18
mac {
 
19
    ICON = qtdemo.icns
 
20
}
 
21
 
 
22
 
 
23
# install
 
24
target.path = $$[QT_INSTALL_BINS]
 
25
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtdemo.pro images *.xml *.ico *.icns *.rc
 
26
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/qtdemo
 
27
INSTALLS += target sources