summaryrefslogtreecommitdiff
path: root/core/applets/suspendapplet/suspendapplet.pro
authordrw <drw>2005-04-24 21:58:21 (UTC)
committer drw <drw>2005-04-24 21:58:21 (UTC)
commitbebd0bb33ac2508bf8df37a1f20c7ec404bcbc2d (patch) (unidiff)
treeb730105ca766ff432d559957eadf8429d3094771 /core/applets/suspendapplet/suspendapplet.pro
parentb513e26413e5b2aa7a52c23044e936a45b681f4b (diff)
downloadopie-bebd0bb33ac2508bf8df37a1f20c7ec404bcbc2d.zip
opie-bebd0bb33ac2508bf8df37a1f20c7ec404bcbc2d.tar.gz
opie-bebd0bb33ac2508bf8df37a1f20c7ec404bcbc2d.tar.bz2
Resource -> OResource
Diffstat (limited to 'core/applets/suspendapplet/suspendapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/suspendapplet/suspendapplet.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/suspendapplet/suspendapplet.pro b/core/applets/suspendapplet/suspendapplet.pro
index 6607383..5f139df 100644
--- a/core/applets/suspendapplet/suspendapplet.pro
+++ b/core/applets/suspendapplet/suspendapplet.pro
@@ -3,11 +3,11 @@ CONFIG += qt plugin warn_on
3HEADERS = suspend.h 3HEADERS = suspend.h
4SOURCES = suspend.cpp 4SOURCES = suspend.cpp
5TARGET = suspendapplet 5TARGET = suspendapplet
6DESTDIR = $(OPIEDIR)/plugins/applets 6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe -lopiecore2
10VERSION = 1.0.0 10VERSION = 1.0.0
11 11
12include( $(OPIEDIR)/include.pro ) 12include( $(OPIEDIR)/include.pro )
13target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets