summaryrefslogtreecommitdiff
path: root/core/settings
Side-by-side diff
Diffstat (limited to 'core/settings') (more/less context) (show 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 7e2afed..eb4a0db 100644
--- a/core/settings/light-and-power/light-and-power.pro
+++ b/core/settings/light-and-power/light-and-power.pro
@@ -1,15 +1,15 @@
TEMPLATE = app
CONFIG += qt warn_on release
-DESTDIR = ../../bin
+DESTDIR = $(OPIEDIR)/bin
HEADERS = settings.h
SOURCES = light.cpp main.cpp
INTERFACES = lightsettingsbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
TARGET = light-and-power
TRANSLATIONS = ../../i18n/de/light-and-power.ts
TRANSLATIONS += ../../i18n/es/light-and-power.ts
TRANSLATIONS += ../../i18n/pt/light-and-power.ts
TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro
index 1e815ac..6b28485 100644
--- a/core/settings/security/security.pro
+++ b/core/settings/security/security.pro
@@ -1,15 +1,15 @@
TEMPLATE = app
CONFIG += qt warn_on release
-DESTDIR = ../../bin
+DESTDIR = $(OPIEDIR)/bin
HEADERS = security.h
SOURCES = security.cpp main.cpp
INTERFACES = securitybase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += ../$(OPIEDIR)/include
LIBS += -lqpe
TARGET = security
TRANSLATIONS = ../../i18n/pt_BR/security.ts
TRANSLATIONS += ../../i18n/es/security.ts
TRANSLATIONS += ../../i18n/pt/security.ts
TRANSLATIONS += ../../i18n/de/security.ts