summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/meego/meego.pro
blob: 928bb49d6c7ffa91fca91bb836b9a5384c16be11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = qmeegointegration
load(qt_plugin)

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/generic

target.path = $$[QT_INSTALL_PLUGINS]/generic
INSTALLS += target

SOURCES = qmeegointegration.cpp \
          main.cpp \
          contextkitproperty.cpp
HEADERS = qmeegointegration.h \
          contextkitproperty.h

QT = core-private gui-private dbus