summaryrefslogtreecommitdiffstats
path: root/tools/qmeegographicssystemhelper/qmeegographicssystemhelper.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmeegographicssystemhelper/qmeegographicssystemhelper.pro')
-rw-r--r--tools/qmeegographicssystemhelper/qmeegographicssystemhelper.pro22
1 files changed, 7 insertions, 15 deletions
diff --git a/tools/qmeegographicssystemhelper/qmeegographicssystemhelper.pro b/tools/qmeegographicssystemhelper/qmeegographicssystemhelper.pro
index cab096e..eba6da4 100644
--- a/tools/qmeegographicssystemhelper/qmeegographicssystemhelper.pro
+++ b/tools/qmeegographicssystemhelper/qmeegographicssystemhelper.pro
@@ -1,19 +1,11 @@
TEMPLATE = lib
-TARGET = meegographicssystemhelper
-QT += gui
-INCLUDEPATH += '../'
-LIBS += -L../plugin
-CONFIG += debug
-VERSION = 0.1.9
-HEADERS = mgraphicssystemhelper.h moverlaywidget.h mlivepixmap.h mliveimage.h mruntime.h mliveimage_p.h mlivepixmap_p.h
-SOURCES = mgraphicssystemhelper.cpp mgraphicssystemhelper.h moverlaywidget.h moverlaywidget.cpp mruntime.cpp mruntime.h mlivepixmap.cpp mlivepixmap.h mliveimage.h mliveimage.cpp mliveimage_p.h mlivepixmap_p.h
-
-target.path = /usr/lib/
+TARGET = qmeegographicssystemhelper
-headers.files = mgraphicssystemhelper.h moverlaywidget.h mlivepixmap.h mliveimage.h
-headers.path = /usr/include/meegographicssystemhelper/
+include(../../src/qbase.pri)
-pkg.files = meegographicssystemhelper.pc
-pkg.path = /usr/lib/pkgconfig/
+QT += gui
+INCLUDEPATH += '../../src/plugins/graphicssystems/meego'
-INSTALLS += target headers pkg
+VERSION = 0.1.9
+HEADERS = qmeegographicssystemhelper.h qmeegooverlaywidget.h qmeegolivepixmap.h qmeegoliveimage.h qmeegoruntime.h qmeegoliveimage_p.h qmeegolivepixmap_p.h
+SOURCES = qmeegographicssystemhelper.cpp qmeegooverlaywidget.cpp qmeegoruntime.cpp qmeegolivepixmap.cpp qmeegoliveimage.cpp