summaryrefslogtreecommitdiff
path: root/libqtaux/libqtaux.pro
Unidiff
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 @@
1TEMPLATE = lib
2CONFIG += qte warn_on debug
3
4HEADERS = qcolordialog.h \
5 qsplitter.h \
6 qinputdialog.h \
7 \
8 ocolorpopupmenu.h
9
10
11SOURCES = qcolordialog.cpp \
12 qsplitter.cpp \
13 qinputdialog.cpp \
14 \
15 ocolorpopupmenu.cpp
16
17TARGET = qtaux2
18INCLUDEPATH += $(OPIEDIR)/include
19DESTDIR = $(OPIEDIR)/lib
20INTERFACES =
21
22
23include ( $(OPIEDIR)/include.pro )