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

include ( $(OPIEDIR)/include.pro )