From 133d3c7fdbdb581928d0a16f78eb197a7b5fc922 Mon Sep 17 00:00:00 2001 From: davipt Date: Fri, 28 Jun 2002 12:25:33 +0000 Subject: Is this app working ? if so, can we change the libraries names ? --- (limited to 'noncore/tools') diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro index cf83612..9e32362 100644 --- a/noncore/tools/calc2/binary/binary.pro +++ b/noncore/tools/calc2/binary/binary.pro @@ -1,28 +1,29 @@ -TEMPLATE = lib -CONFIG -= moc -CONFIG += qt release -# Input -INTERFACES += binary.ui -HEADERS = binaryimpl.h \ - binaryfactory.h -SOURCES = binaryimpl.cpp \ - binaryfactory.cpp -INCLUDEPATH += $(OPIEDIR)/include \ - $(OPIEDIR)/calc2 -DEPENDPATH += $(OPIEDIR)/include -DESTDIR = $(OPIEDIR)/plugins/calculator - -TRANSLATIONS = ../../../../i18n/de/lib.ts \ - ../../../../i18n/en/lib.ts \ - ../../../../i18n/es/lib.ts \ - ../../../../i18n/fr/lib.ts \ - ../../../../i18n/hu/lib.ts \ - ../../../../i18n/ja/lib.ts \ - ../../../../i18n/ko/lib.ts \ - ../../../../i18n/no/lib.ts \ - ../../../../i18n/pl/lib.ts \ - ../../../../i18n/pt/lib.ts \ - ../../../../i18n/pt_BR/lib.ts \ - ../../../../i18n/sl/lib.ts \ - ../../../../i18n/zh_CN/lib.ts \ - ../../../../i18n/zh_TW/lib.ts +#TEMPLATE = lib +#CONFIG -= moc +#CONFIG += qt release +## Input +#INTERFACES += binary.ui +#HEADERS = binaryimpl.h \ +# binaryfactory.h +#SOURCES = binaryimpl.cpp \ +# binaryfactory.cpp +#INCLUDEPATH += $(OPIEDIR)/include \ +# $(OPIEDIR)/calc2 +#DEPENDPATH += $(OPIEDIR)/include +#DESTDIR = $(OPIEDIR)/plugins/calculator +#TARGET = binary +# +#TRANSLATIONS = ../../../../i18n/de/libbinary.ts \ +# ../../../../i18n/en/libbinary.ts \ +# ../../../../i18n/es/libbinary.ts \ +# ../../../../i18n/fr/libbinary.ts \ +# ../../../../i18n/hu/libbinary.ts \ +# ../../../../i18n/ja/libbinary.ts \ +# ../../../../i18n/ko/libbinary.ts \ +# ../../../../i18n/no/libbinary.ts \ +# ../../../../i18n/pl/libbinary.ts \ +# ../../../../i18n/pt/libbinary.ts \ +# ../../../../i18n/pt_BR/libbinary.ts \ +# ../../../../i18n/sl/libbinary.ts \ +# ../../../../i18n/zh_CN/libbinary.ts \ +# ../../../../i18n/zh_TW/libbinary.ts diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro index 5b58b36..f9553ef 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro @@ -1,23 +1,25 @@ -TEMPLATE = app -CONFIG += qt release -# Input -HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h -SOURCES += calc.cpp main.cpp engine.cpp -INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -Wl,-export-dynamic - -TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts \ - ../../../i18n/en/calc.pro.in.ts \ - ../../../i18n/es/calc.pro.in.ts \ - ../../../i18n/fr/calc.pro.in.ts \ - ../../../i18n/hu/calc.pro.in.ts \ - ../../../i18n/ja/calc.pro.in.ts \ - ../../../i18n/ko/calc.pro.in.ts \ - ../../../i18n/no/calc.pro.in.ts \ - ../../../i18n/pl/calc.pro.in.ts \ - ../../../i18n/pt/calc.pro.in.ts \ - ../../../i18n/pt_BR/calc.pro.in.ts \ - ../../../i18n/sl/calc.pro.in.ts \ - ../../../i18n/zh_CN/calc.pro.in.ts \ - ../../../i18n/zh_TW/calc.pro.in.ts +#TEMPLATE = app +#CONFIG += qt release +## Input +#HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h +#SOURCES += calc.cpp main.cpp engine.cpp +#INCLUDEPATH += $(OPIEDIR)/include +#DEPENDPATH += $(OPIEDIR)/include +#LIBS += -lqpe -Wl,-export-dynamic +#TARGET = calc +#DESTDIR = $(OPIEDIR)/bin +# +#TRANSLATIONS = ../../../i18n/de/calc.pro \ +# ../../../i18n/en/calc.pro \ +# ../../../i18n/es/calc.pro \ +# ../../../i18n/fr/calc.pro \ +# ../../../i18n/hu/calc.pro \ +# ../../../i18n/ja/calc.pro \ +# ../../../i18n/ko/calc.pro \ +# ../../../i18n/no/calc.pro \ +# ../../../i18n/pl/calc.pro \ +# ../../../i18n/pt/calc.pro \ +# ../../../i18n/pt_BR/calc.pro \ +# ../../../i18n/sl/calc.pro \ +# ../../../i18n/zh_CN/calc.pro \ +# ../../../i18n/zh_TW/calc.pro diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro index 148d307..c114dde 100644 --- a/noncore/tools/calc2/simple/simple.pro +++ b/noncore/tools/calc2/simple/simple.pro @@ -1,26 +1,26 @@ -TEMPLATE = lib -CONFIG -= moc -CONFIG += qt release -# Input -INTERFACES += simple.ui -HEADERS = simpleimpl.h simplefactory.h stdinstructions.h -SOURCES = simpleimpl.cpp simplefactory.cpp -INCLUDEPATH += $(OPIEDIR)/include \ - $(OPIEDIR)/calc2 -DEPENDPATH += $(OPIEDIR)/include -DESTDIR = $(OPIEDIR)/plugins/calculator - -TRANSLATIONS = ../../../../i18n/de/lib.ts \ - ../../../../i18n/en/lib.ts \ - ../../../../i18n/es/lib.ts \ - ../../../../i18n/fr/lib.ts \ - ../../../../i18n/hu/lib.ts \ - ../../../../i18n/ja/lib.ts \ - ../../../../i18n/ko/lib.ts \ - ../../../../i18n/no/lib.ts \ - ../../../../i18n/pl/lib.ts \ - ../../../../i18n/pt/lib.ts \ - ../../../../i18n/pt_BR/lib.ts \ - ../../../../i18n/sl/lib.ts \ - ../../../../i18n/zh_CN/lib.ts \ - ../../../../i18n/zh_TW/lib.ts +#TEMPLATE = lib +#CONFIG -= moc +#CONFIG += qt release +## Input +#INTERFACES += simple.ui +#HEADERS = simpleimpl.h simplefactory.h stdinstructions.h +#SOURCES = simpleimpl.cpp simplefactory.cpp +#INCLUDEPATH += $(OPIEDIR)/include \ +# $(OPIEDIR)/calc2 +#DEPENDPATH += $(OPIEDIR)/include +#DESTDIR = $(OPIEDIR)/plugins/calculator +# +#TRANSLATIONS = ../../../../i18n/de/lib.ts \ +# ../../../../i18n/en/lib.ts \ +# ../../../../i18n/es/lib.ts \ +# ../../../../i18n/fr/lib.ts \ +# ../../../../i18n/hu/lib.ts \ +# ../../../../i18n/ja/lib.ts \ +# ../../../../i18n/ko/lib.ts \ +# ../../../../i18n/no/lib.ts \ +# ../../../../i18n/pl/lib.ts \ +# ../../../../i18n/pt/lib.ts \ +# ../../../../i18n/pt_BR/lib.ts \ +# ../../../../i18n/sl/lib.ts \ +# ../../../../i18n/zh_CN/lib.ts \ +# ../../../../i18n/zh_TW/lib.ts -- cgit v0.9.0.2