author | mickeyl <mickeyl> | 2004-01-13 21:14:51 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-01-13 21:14:51 (UTC) |
commit | ffe47019a96da4e6b7057fca30bb64274443099b (patch) (side-by-side diff) | |
tree | ae203606aee544bec92ac9cc139a713199cf5522 /libqtaux/libqtaux.pro | |
parent | 7f865d5f46330faf3574495cc68093490f896411 (diff) | |
download | opie-ffe47019a96da4e6b7057fca30bb64274443099b.zip opie-ffe47019a96da4e6b7057fca30bb64274443099b.tar.gz opie-ffe47019a96da4e6b7057fca30bb64274443099b.tar.bz2 |
introduce libqtaux in order to get a LGPL clean libopie2 after the merge
with libopie1
-rw-r--r-- | libqtaux/libqtaux.pro | 23 |
1 files changed, 23 insertions, 0 deletions
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 ) |