summaryrefslogtreecommitdiffstats
path: root/qtpluginloader/qtpluginloader.pro
blob: 03982800b4be4bf0eef32229ef7e3a2782cad52c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = qtpluginloader

TEMPLATE = lib
CONFIG += plugin
SOURCES = hd-plugin-loader-qt.c
HEADERS = hd-plugin-loader-qt.h

CONFIG += link_pkgconfig
PKGCONFIG += hildon-1 libhildondesktop-1

# install
target.path = /usr/lib/hildon-desktop/loaders
INSTALLS += target