summaryrefslogtreecommitdiff
path: root/libqtaux/libqtaux.pro
blob: 8781ad9fbd3106a2dcc6d205b68f4d5aa2889b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TEMPLATE        = lib
CONFIG          += qte warn_on 

HEADERS         = qcolordialog.h       \
                  qsplitter.h          \
                  qinputdialog.h       \
                                       \
                  ocolorpopupmenu.h    \
                  ocolorbutton.h       \
                  oticker.h


SOURCES         = qcolordialog.cpp     \
                  qsplitter.cpp        \
                  qinputdialog.cpp     \
                                       \
                  ocolorpopupmenu.cpp  \
                  ocolorbutton.cpp     \
                  oticker.cpp

TARGET          = qtaux2
INCLUDEPATH += $(OPIEDIR)/include
DESTDIR      = $(OPIEDIR)/lib


include( $(OPIEDIR)/include.pro )