-rw-r--r-- | libopie/libopie.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libopie/libopie.pro b/libopie/libopie.pro new file mode 100644 index 0000000..95ec145 --- a/dev/null +++ b/libopie/libopie.pro @@ -0,0 +1,7 @@ +TEMPLATE = lib +CONFIG += qte warn_on release +HEADERS = $(OPIEDIR)/include/opie/xmltree.h +SOURCES = xmltree.cc +TARGET = opie +INCLUDEPATH += $(OPIEDIR)/include +DESTDIR = $(QTDIR)/lib$(PROJMAK) |