summaryrefslogtreecommitdiff
path: root/core/applets/screenshotapplet/screenshotapplet.pro
blob: 45a57591303b10bcd0a116311a4f2e290ec2ffde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE  = lib
CONFIG    += qt plugin warn_on release
HEADERS =   screenshot.h inputDialog.h screenshotappletimpl.h
SOURCES =   screenshot.cpp inputDialog.cpp screenshotappletimpl.cpp
TARGET    = screenshotapplet
DESTDIR   = $(OPIEDIR)/plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH      += ../$(OPIEDIR)/include
LIBS            += -lqpe
VERSION   = 1.0.0
MOC_DIR=opieobj
OBJECTS_DIR=opieobj

include ( $(OPIEDIR)/include.pro )
target.path = $$prefix/plugins/applets