summaryrefslogtreecommitdiff
path: root/core/settings
authormickeyl <mickeyl>2004-05-20 21:16:24 (UTC)
committer mickeyl <mickeyl>2004-05-20 21:16:24 (UTC)
commitcc30786a9fa612bb6ad0d19d6564f7e432267f7a (patch) (unidiff)
tree771864cc02c40088c102fe6effc492d05393e3f1 /core/settings
parentbd50c1a78affd8a6ce6b9e6d811831c0e3325303 (diff)
downloadopie-cc30786a9fa612bb6ad0d19d6564f7e432267f7a.zip
opie-cc30786a9fa612bb6ad0d19d6564f7e432267f7a.tar.gz
opie-cc30786a9fa612bb6ad0d19d6564f7e432267f7a.tar.bz2
remove bogus paths out of .pro files
Diffstat (limited to 'core/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/light-and-power/light-and-power.pro2
-rw-r--r--core/settings/security/security.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro
index 79a6f44..caa4dbd 100644
--- a/core/settings/light-and-power/light-and-power.pro
+++ b/core/settings/light-and-power/light-and-power.pro
@@ -1,11 +1,11 @@
1 CONFIG += qt warn_on quick-app 1 CONFIG += qt warn_on quick-app
2 HEADERS = light.h sensor.h calibration.h 2 HEADERS = light.h sensor.h calibration.h
3 SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp 3 SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp
4 INTERFACES= lightsettingsbase.ui sensorbase.ui 4 INTERFACES= lightsettingsbase.ui sensorbase.ui
5INCLUDEPATH += $(OPIEDIR)/include 5INCLUDEPATH += $(OPIEDIR)/include
6 DEPENDPATH+= ../$(OPIEDIR)/include 6 DEPENDPATH+=
7LIBS += -lqpe -lopiecore2 7LIBS += -lqpe -lopiecore2
8 8
9 TARGET = light-and-power 9 TARGET = light-and-power
10 10
11include ( $(OPIEDIR)/include.pro ) 11include ( $(OPIEDIR)/include.pro )
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro
index 4c1e68b..fca37ad 100644
--- a/core/settings/security/security.pro
+++ b/core/settings/security/security.pro
@@ -1,10 +1,10 @@
1CONFIG += qt warn_on quick-app 1CONFIG += qt warn_on quick-app
2HEADERS = security.h 2HEADERS = security.h
3SOURCES = security.cpp main.cpp 3SOURCES = security.cpp main.cpp
4INTERFACES = securitybase.ui 4INTERFACES = securitybase.ui
5INCLUDEPATH += $(OPIEDIR)/include 5INCLUDEPATH += $(OPIEDIR)/include
6DEPENDPATH += ../$(OPIEDIR)/include 6DEPENDPATH +=
7LIBS += -lqpe -lopiecore2 7LIBS += -lqpe -lopiecore2
8TARGET = security 8TARGET = security
9 9
10include ( $(OPIEDIR)/include.pro ) 10include ( $(OPIEDIR)/include.pro )