-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 ) |