summaryrefslogtreecommitdiff
path: root/noncore/multimedia
Unidiff
Diffstat (limited to 'noncore/multimedia') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/opieplayer2.pro1
-rw-r--r--noncore/multimedia/showimg/showimg.pro1
2 files changed, 2 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/opieplayer2.pro b/noncore/multimedia/opieplayer2/opieplayer2.pro
index a739692..57cd18f 100644
--- a/noncore/multimedia/opieplayer2/opieplayer2.pro
+++ b/noncore/multimedia/opieplayer2/opieplayer2.pro
@@ -18,24 +18,25 @@ TARGET = opieplayer2
18INCLUDEPATH += $(OPIEDIR)/include 18INCLUDEPATH += $(OPIEDIR)/include
19DEPENDPATH += $(OPIEDIR)/include 19DEPENDPATH += $(OPIEDIR)/include
20LIBS += -lqpe -lpthread -lopie -lxine -lstdc++ 20LIBS += -lqpe -lpthread -lopie -lxine -lstdc++
21MOC_DIR = qpeobj 21MOC_DIR = qpeobj
22OBJECTS_DIR = qpeobj 22OBJECTS_DIR = qpeobj
23 23
24#INCLUDEPATH += $(OPIEDIR)/include 24#INCLUDEPATH += $(OPIEDIR)/include
25#DEPENDPATH += $(OPIEDIR)/include 25#DEPENDPATH += $(OPIEDIR)/include
26 26
27 27
28 28
29TRANSLATIONS = ../../../i18n/de/opieplayer2.ts \ 29TRANSLATIONS = ../../../i18n/de/opieplayer2.ts \
30 ../../../i18n/nl/opieplayer2.ts \
30 ../../../i18n/da/opieplayer2.ts \ 31 ../../../i18n/da/opieplayer2.ts \
31 ../../../i18n/xx/opieplayer2.ts \ 32 ../../../i18n/xx/opieplayer2.ts \
32 ../../../i18n/en/opieplayer2.ts \ 33 ../../../i18n/en/opieplayer2.ts \
33 ../../../i18n/es/opieplayer2.ts \ 34 ../../../i18n/es/opieplayer2.ts \
34 ../../../i18n/fr/opieplayer2.ts \ 35 ../../../i18n/fr/opieplayer2.ts \
35 ../../../i18n/hu/opieplayer2.ts \ 36 ../../../i18n/hu/opieplayer2.ts \
36 ../../../i18n/ja/opieplayer2.ts \ 37 ../../../i18n/ja/opieplayer2.ts \
37 ../../../i18n/ko/opieplayer2.ts \ 38 ../../../i18n/ko/opieplayer2.ts \
38 ../../../i18n/no/opieplayer2.ts \ 39 ../../../i18n/no/opieplayer2.ts \
39 ../../../i18n/pl/opieplayer2.ts \ 40 ../../../i18n/pl/opieplayer2.ts \
40 ../../../i18n/pt/opieplayer2.ts \ 41 ../../../i18n/pt/opieplayer2.ts \
41 ../../../i18n/pt_BR/opieplayer2.ts \ 42 ../../../i18n/pt_BR/opieplayer2.ts \
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro
index bab7e0f..d369e62 100644
--- a/noncore/multimedia/showimg/showimg.pro
+++ b/noncore/multimedia/showimg/showimg.pro
@@ -1,23 +1,24 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3DESTDIR = $(OPIEDIR)/bin 3DESTDIR = $(OPIEDIR)/bin
4HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h 4HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h
5SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp 5SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp
6TARGET = showimg 6TARGET = showimg
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopie
10 10
11TRANSLATIONS = ../../../i18n/de/showimg.ts \ 11TRANSLATIONS = ../../../i18n/de/showimg.ts \
12 ../../../i18n/nl/showimg.ts \
12 ../../../i18n/xx/showimg.ts \ 13 ../../../i18n/xx/showimg.ts \
13 ../../../i18n/en/showimg.ts \ 14 ../../../i18n/en/showimg.ts \
14 ../../../i18n/es/showimg.ts \ 15 ../../../i18n/es/showimg.ts \
15 ../../../i18n/fr/showimg.ts \ 16 ../../../i18n/fr/showimg.ts \
16 ../../../i18n/hu/showimg.ts \ 17 ../../../i18n/hu/showimg.ts \
17 ../../../i18n/ja/showimg.ts \ 18 ../../../i18n/ja/showimg.ts \
18 ../../../i18n/ko/showimg.ts \ 19 ../../../i18n/ko/showimg.ts \
19 ../../../i18n/no/showimg.ts \ 20 ../../../i18n/no/showimg.ts \
20 ../../../i18n/pl/showimg.ts \ 21 ../../../i18n/pl/showimg.ts \
21 ../../../i18n/pt/showimg.ts \ 22 ../../../i18n/pt/showimg.ts \
22 ../../../i18n/pt_BR/showimg.ts \ 23 ../../../i18n/pt_BR/showimg.ts \
23 ../../../i18n/sl/showimg.ts \ 24 ../../../i18n/sl/showimg.ts \