From 15318cad33835e4e2dc620d033e43cd930676cdd Mon Sep 17 00:00:00 2001 From: kergoth Date: Fri, 25 Jan 2002 22:14:26 +0000 Subject: Initial revision --- (limited to 'noncore/tools/calculator/calculator.pro') diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro new file mode 100644 index 0000000..1281fd5 --- a/dev/null +++ b/noncore/tools/calculator/calculator.pro @@ -0,0 +1,13 @@ +DESTDIR = $(QPEDIR)/bin +TEMPLATE = app +CONFIG = qt warn_on release +HEADERS = calculatorimpl.h +SOURCES = calculatorimpl.cpp \ + main.cpp +INCLUDEPATH += $(QPEDIR)/include +DEPENDPATH += $(QPEDIR)/include +LIBS += -lqpe +INTERFACES = calculator.ui +TARGET = calculator + +TRANSLATIONS = ../i18n/de/calculator.ts -- cgit v0.9.0.2