summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/meego/meego.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generic/meego/meego.pro')
-rw-r--r--src/plugins/generic/meego/meego.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/plugins/generic/meego/meego.pro b/src/plugins/generic/meego/meego.pro
new file mode 100644
index 0000000000..928bb49d6c
--- /dev/null
+++ b/src/plugins/generic/meego/meego.pro
@@ -0,0 +1,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