~osomon/unity-2d/custom-quicklists-static

« back to all changes in this revision

Viewing changes to launcher_plugin/launcher_plugin.pro

  • Committer: Olivier Tilloy
  • Date: 2010-09-01 10:01:58 UTC
  • Revision ID: olivier.tilloy@canonical.com-20100901100158-dl0gfqvd3rmmn5d4
Tags: 0.0~bzr7
Initial packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TEMPLATE = lib
2
2
CONFIG += qt link_pkgconfig
3
3
QT += declarative
4
 
PKGCONFIG = gdk-2.0 gio-2.0 libwnck-1.0
5
 
INCLUDEPATH += ../../bamf-qt/src/libQtBamf ../../libQtGConf
6
 
LIBS += -L../../bamf-qt/src/libQtBamf -lQtBamf -L../../libQtGConf -lQtGConf
 
4
PKGCONFIG = gdk-2.0 gio-2.0 libwnck-1.0 libqtbamf libqtgconf
7
5
 
8
6
TARGET = launcher_plugin
9
7
 
11
9
OBJECTS_DIR = tmp
12
10
MOC_DIR = tmp
13
11
 
14
 
 
15
12
HEADERS += \
16
13
    launcherplugin.h \
17
14
    launcherapplication.h \
23
20
    launcherapplication.cpp \
24
21
    iconimageprovider.cpp \
25
22
    launcherapplicationslist.cpp
 
23
 
 
24
target.path = /usr/lib/qt4/imports/launcher
 
25
INSTALLS = target
 
26