summaryrefslogtreecommitdiff
path: root/core/apps/oapp/oapp.pro
authorkergoth <kergoth>2003-05-13 20:02:32 (UTC)
committer kergoth <kergoth>2003-05-13 20:02:32 (UTC)
commit4dd58bba07b8bf3a52c3a0464675c39cc5153c85 (patch) (unidiff)
treea9031549d675f3c108f05b06d2fcdd62f2433c7e /core/apps/oapp/oapp.pro
parentad81c3ef20399c22663e67c5ac09aae4d0aeda21 (diff)
downloadopie-4dd58bba07b8bf3a52c3a0464675c39cc5153c85.zip
opie-4dd58bba07b8bf3a52c3a0464675c39cc5153c85.tar.gz
opie-4dd58bba07b8bf3a52c3a0464675c39cc5153c85.tar.bz2
Add beginnings of a new plugin interface.
Diffstat (limited to 'core/apps/oapp/oapp.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/oapp/oapp.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/core/apps/oapp/oapp.pro b/core/apps/oapp/oapp.pro
new file mode 100644
index 0000000..4ef07af
--- a/dev/null
+++ b/core/apps/oapp/oapp.pro
@@ -0,0 +1,21 @@
1 TEMPLATE= lib
2 CONFIG = qt warn_on release
3
4 TARGET = oapp
5 VERSION = 1.0.0
6
7 LIBS += -lqpe -lopie
8 HEADERS = \
9 oappplugin.h \
10 oappinterface.h
11 SOURCES = \
12 oappplugin.cpp
13
14 DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
15 INCLUDEPATH+= $(OPIEDIR)/include
16 DEPENDPATH+= $(OPIEDIR)/include .
17 MOC_DIR = .build
18 OBJECTS_DIR= .build
19 UI_DIR = .build
20
21include ( $(OPIEDIR)/include.pro )