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

« back to all changes in this revision

Viewing changes to tools/qvfb/qvfb.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 uic
 
3
TARGET          = qvfb
 
4
 
 
5
DEPENDPATH      = ../../include
 
6
QT              += qt3support
 
7
 
 
8
FORMS           = config.ui
 
9
HEADERS         = qvfb.h \
 
10
                  qvfbview.h \
 
11
                  qvfbratedlg.h \
 
12
                  qanimationwriter.h \
 
13
                  gammaview.h \
 
14
                  skin.h \
 
15
                  config.h
 
16
 
 
17
SOURCES         = qvfb.cpp \
 
18
                  qvfbview.cpp \
 
19
                  qvfbratedlg.cpp \
 
20
                  main.cpp \
 
21
                  qanimationwriter.cpp \
 
22
                  skin.cpp \
 
23
                  config.cpp
 
24
 
 
25
contains(QT_CONFIG, system-png) {
 
26
        LIBS += -lpng
 
27
} else {
 
28
        INCLUDEPATH     += $$QT_SOURCE_TREE/src/3rdparty/libpng
 
29
}
 
30
contains(QT_CONFIG, system-zlib) {
 
31
        LIBS += -lz
 
32
} else {
 
33
        INCLUDEPATH     += $$QT_SOURCE_TREE/src/3rdparty/zlib
 
34
}
 
35
 
 
36
RESOURCES       += qvfb.qrc