summaryrefslogtreecommitdiff
path: root/libqtaux/libqtaux.pro
Side-by-side diff
Diffstat (limited to 'libqtaux/libqtaux.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libqtaux/libqtaux.pro23
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 )