~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

Viewing changes to cutestuff/trayicon/trayicon.pri

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2005-01-10 17:41:43 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110174143-ltocv5zapl6blf5d
Tags: 0.9.3-1
* New upstream release
* Cleaned up debian/rules (some things are done by upstream Makefiles now)
* Fixed some lintian warnings:
  - removed executable bit from some .png files
  - moved psi.desktop to /usr/share/applications
* Updated menu files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
trayicon {
 
2
        HEADERS += $$TRAYICON_CPP/trayicon.h
 
3
        SOURCES += $$TRAYICON_CPP/trayicon.cpp
 
4
 
 
5
        unix:!mac {
 
6
                SOURCES += $$TRAYICON_CPP/trayicon_x11.cpp
 
7
        }
 
8
        win32: {
 
9
                SOURCES += $$TRAYICON_CPP/trayicon_win.cpp
 
10
        }
 
11
        mac: {
 
12
                SOURCES += $$TRAYICON_CPP/trayicon_mac.cpp
 
13
        }
 
14
}