From ffe47019a96da4e6b7057fca30bb64274443099b Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 13 Jan 2004 21:14:51 +0000 Subject: introduce libqtaux in order to get a LGPL clean libopie2 after the merge with libopie1 --- (limited to 'libqtaux/libqtaux.pro') diff --git a/libqtaux/libqtaux.pro b/libqtaux/libqtaux.pro new file mode 100644 index 0000000..2f7aa91 --- a/dev/null +++ b/libqtaux/libqtaux.pro @@ -0,0 +1,23 @@ +TEMPLATE = lib +CONFIG += qte warn_on debug + +HEADERS = qcolordialog.h \ + qsplitter.h \ + qinputdialog.h \ + \ + ocolorpopupmenu.h + + +SOURCES = qcolordialog.cpp \ + qsplitter.cpp \ + qinputdialog.cpp \ + \ + ocolorpopupmenu.cpp + +TARGET = qtaux2 +INCLUDEPATH += $(OPIEDIR)/include +DESTDIR = $(OPIEDIR)/lib +INTERFACES = + + +include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2