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

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