summaryrefslogtreecommitdiffstats
path: root/tools/qmeegographicssystemhelper/meegographicssystemhelper.pro
blob: cab096e20f4e9587f0538ba14d30e6c1587c40e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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/

headers.files =  mgraphicssystemhelper.h moverlaywidget.h mlivepixmap.h mliveimage.h 
headers.path = /usr/include/meegographicssystemhelper/

pkg.files = meegographicssystemhelper.pc
pkg.path = /usr/lib/pkgconfig/

INSTALLS += target headers pkg