author | mickeyl <mickeyl> | 2004-05-20 21:16:24 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-05-20 21:16:24 (UTC) |
commit | cc30786a9fa612bb6ad0d19d6564f7e432267f7a (patch) (side-by-side diff) | |
tree | 771864cc02c40088c102fe6effc492d05393e3f1 /noncore/applets | |
parent | bd50c1a78affd8a6ce6b9e6d811831c0e3325303 (diff) | |
download | opie-cc30786a9fa612bb6ad0d19d6564f7e432267f7a.zip opie-cc30786a9fa612bb6ad0d19d6564f7e432267f7a.tar.gz opie-cc30786a9fa612bb6ad0d19d6564f7e432267f7a.tar.bz2 |
remove bogus paths out of .pro files
-rw-r--r-- | noncore/applets/memoryapplet/memoryapplet.pro | 2 | ||||
-rw-r--r-- | noncore/applets/zkbapplet/zkbapplet.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/applets/memoryapplet/memoryapplet.pro b/noncore/applets/memoryapplet/memoryapplet.pro index 7cc6401..8ae14c5 100644 --- a/noncore/applets/memoryapplet/memoryapplet.pro +++ b/noncore/applets/memoryapplet/memoryapplet.pro @@ -15,7 +15,7 @@ SOURCES = ../../settings/sysinfo/graph.cpp \ TARGET = memoryapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += ../$(OPIEDIR)/include +DEPENDPATH += VERSION = 1.0.0 LIBS += -lqpe -lopiecore2 -lopieui2 diff --git a/noncore/applets/zkbapplet/zkbapplet.pro b/noncore/applets/zkbapplet/zkbapplet.pro index 1a739f8..d270c28 100644 --- a/noncore/applets/zkbapplet/zkbapplet.pro +++ b/noncore/applets/zkbapplet/zkbapplet.pro @@ -13,7 +13,7 @@ SOURCES = zkbwidget.cpp \ TARGET = zkbapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include ../../apps/keyz-cfg -DEPENDPATH += ../$(OPIEDIR)/include +DEPENDPATH += VERSION = 0.6.0 LIBS += -lqpe |