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

« back to all changes in this revision

Viewing changes to tools/designer/src/components/buddyeditor/buddyeditor.pri

  • 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
 
 
2
QT += xml
 
3
 
 
4
INCLUDEPATH += $$PWD
 
5
 
 
6
HEADERS += \
 
7
    $$PWD/buddyeditor.h \
 
8
    $$PWD/buddyeditor_plugin.h \
 
9
    $$PWD/buddyeditor_tool.h \
 
10
    $$PWD/buddyeditor_global.h
 
11
 
 
12
SOURCES += \
 
13
    $$PWD/buddyeditor.cpp \
 
14
    $$PWD/buddyeditor_tool.cpp \
 
15
    $$PWD/buddyeditor_plugin.cpp \
 
16
    $$PWD/buddyeditor_instance.cpp