~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to cutestuff/cutestuff.pri

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
                $$PWD/legacy/safedelete.h \
22
22
                $$PWD/legacy/ndns.h \
23
23
                $$PWD/legacy/srvresolver.h \
24
 
                $$PWD/legacy/servsock.h \
 
24
                $$PWD/legacy/servsock.h
25
25
                
26
26
        SOURCES += \
27
27
                $$PWD/legacy/safedelete.cpp \
28
28
                $$PWD/legacy/ndns.cpp \
29
29
                $$PWD/legacy/srvresolver.cpp \
30
 
                $$PWD/legacy/servsock.cpp \
 
30
                $$PWD/legacy/servsock.cpp
31
31
}
32
32