-rw-r--r-- | noncore/multimedia/showimg/showimg.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index f877bcc..2b6241f 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro | |||
@@ -1,18 +1,19 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = showimg.h | 4 | HEADERS = showimg.h ImageFileSelector.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | showimg.cpp | 6 | showimg.cpp\ |
7 | ImageFileSelector.cpp | ||
7 | TARGET = showimg | 8 | TARGET = showimg |
8 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 11 | LIBS += -lqpe |
11 | REQUIRES = showimg | 12 | REQUIRES = showimg |
12 | 13 | ||
13 | TRANSLATIONS = ../../../i18n/de/showimg.ts \ | 14 | TRANSLATIONS = ../../../i18n/de/showimg.ts \ |
14 | ../../../i18n/en/showimg.ts \ | 15 | ../../../i18n/en/showimg.ts \ |
15 | ../../../i18n/es/showimg.ts \ | 16 | ../../../i18n/es/showimg.ts \ |
16 | ../../../i18n/fr/showimg.ts \ | 17 | ../../../i18n/fr/showimg.ts \ |
17 | ../../../i18n/hu/showimg.ts \ | 18 | ../../../i18n/hu/showimg.ts \ |
18 | ../../../i18n/ja/showimg.ts \ | 19 | ../../../i18n/ja/showimg.ts \ |