summaryrefslogtreecommitdiff
path: root/noncore/multimedia/showimg/showimg.pro
authorllornkcor <llornkcor>2002-11-03 17:59:00 (UTC)
committer llornkcor <llornkcor>2002-11-03 17:59:00 (UTC)
commit16e8fad81f7ee6045990f48edc84542638bf07d7 (patch) (side-by-side diff)
tree96d836f914e0d1104d7c84830acac08a43ee4ac2 /noncore/multimedia/showimg/showimg.pro
parent2981b8f55f4a33860452f4571ef9f04781267489 (diff)
downloadopie-16e8fad81f7ee6045990f48edc84542638bf07d7.zip
opie-16e8fad81f7ee6045990f48edc84542638bf07d7.tar.gz
opie-16e8fad81f7ee6045990f48edc84542638bf07d7.tar.bz2
added preferences dialog, and added slidshow
Diffstat (limited to 'noncore/multimedia/showimg/showimg.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/showimg/showimg.pro34
1 files changed, 16 insertions, 18 deletions
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro
index 2b6241f..4ff4746 100644
--- a/noncore/multimedia/showimg/showimg.pro
+++ b/noncore/multimedia/showimg/showimg.pro
@@ -1,27 +1,25 @@
TEMPLATE = app
CONFIG += qt warn_on release
DESTDIR = $(OPIEDIR)/bin
-HEADERS = showimg.h ImageFileSelector.h
-SOURCES = main.cpp \
- showimg.cpp\
- ImageFileSelector.cpp
+HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h
+SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp
TARGET = showimg
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe
+LIBS += -lqpe -lopie
REQUIRES = showimg
TRANSLATIONS = ../../../i18n/de/showimg.ts \
- ../../../i18n/en/showimg.ts \
- ../../../i18n/es/showimg.ts \
- ../../../i18n/fr/showimg.ts \
- ../../../i18n/hu/showimg.ts \
- ../../../i18n/ja/showimg.ts \
- ../../../i18n/ko/showimg.ts \
- ../../../i18n/no/showimg.ts \
- ../../../i18n/pl/showimg.ts \
- ../../../i18n/pt/showimg.ts \
- ../../../i18n/pt_BR/showimg.ts \
- ../../../i18n/sl/showimg.ts \
- ../../../i18n/zh_CN/showimg.ts \
- ../../../i18n/zh_TW/showimg.ts
+ ../../../i18n/en/showimg.ts \
+ ../../../i18n/es/showimg.ts \
+ ../../../i18n/fr/showimg.ts \
+ ../../../i18n/hu/showimg.ts \
+ ../../../i18n/ja/showimg.ts \
+ ../../../i18n/ko/showimg.ts \
+ ../../../i18n/no/showimg.ts \
+ ../../../i18n/pl/showimg.ts \
+ ../../../i18n/pt/showimg.ts \
+ ../../../i18n/pt_BR/showimg.ts \
+ ../../../i18n/sl/showimg.ts \
+ ../../../i18n/zh_CN/showimg.ts \
+ ../../../i18n/zh_TW/showimg.ts