From b13d95b210c7d16229514afc66e32a1de09a075c Mon Sep 17 00:00:00 2001 From: sandman Date: Wed, 26 Jun 2002 23:13:50 +0000 Subject: Major pro file overhaul from davipt. Commited by me, since it touches many core files ... please report bugs on this to davipt --- (limited to 'core/apps/textedit/textedit.pro') diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro index d01a9f4..484d0cd 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro @@ -1,25 +1,24 @@ TEMPLATE = app CONFIG += qt warn_on release - DESTDIR = $(OPIEDIR)/bin HEADERS = textedit.h fontDialog.h fileSaver.h filePermissions.h SOURCES = main.cpp textedit.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp - INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie - TARGET = textedit -TRANSLATIONS += ../i18n/de/textedit.ts -TRANSLATIONS += ../i18n/pt_BR/textedit.ts -TRANSLATIONS += ../i18n/en/textedit.ts -TRANSLATIONS += ../i18n/hu/textedit.ts -TRANSLATIONS += ../i18n/fr/textedit.ts -TRANSLATIONS += ../i18n/ja/textedit.ts -TRANSLATIONS += ../i18n/sl/textedit.ts -TRANSLATIONS += ../i18n/pl/textedit.ts -TRANSLATIONS += ../i18n/ko/textedit.ts -TRANSLATIONS += ../i18n/no/textedit.ts -TRANSLATIONS += ../i18n/zh_CN/textedit.ts -TRANSLATIONS += ../i18n/zh_TW/textedit.ts +TRANSLATIONS = ../../../i18n/de/textedit.ts \ + ../../../i18n/en/textedit.ts \ + ../../../i18n/es/textedit.ts \ + ../../../i18n/fr/textedit.ts \ + ../../../i18n/hu/textedit.ts \ + ../../../i18n/ja/textedit.ts \ + ../../../i18n/ko/textedit.ts \ + ../../../i18n/no/textedit.ts \ + ../../../i18n/pl/textedit.ts \ + ../../../i18n/pt/textedit.ts \ + ../../../i18n/pt_BR/textedit.ts \ + ../../../i18n/sl/textedit.ts \ + ../../../i18n/zh_CN/textedit.ts \ + ../../../i18n/zh_TW/textedit.ts -- cgit v0.9.0.2