-rw-r--r-- | examples/applet/applet.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/applet/applet.pro b/examples/applet/applet.pro new file mode 100644 index 0000000..6890141 --- a/dev/null +++ b/examples/applet/applet.pro @@ -0,0 +1,16 @@ +CONFIG += warn_on qt + +TEMPLATE = lib +DESTDIR = $(OPIEDIR)/plugins/applets +TARGET = example + +SOURCES = simpleimpl.cpp +HEADERS = simpleimpl.h + +INCLUDEPATH += $(OPIEDIR)/include +DEPENDSPATH += $(OPIEDIR)/include + +LIBS += -lqpe -lopieui2 + + +include( $(OPIEDIR)/include.pro ) |