summaryrefslogtreecommitdiff
path: root/libqtaux/libqtaux.pro
authorzecke <zecke>2004-02-25 19:59:21 (UTC)
committer zecke <zecke>2004-02-25 19:59:21 (UTC)
commita73e8d51528b6c073d56f389f22fb95d99e9407f (patch) (unidiff)
tree6b898768b914933341a42c1b411448d1df84405a /libqtaux/libqtaux.pro
parentbea97f98bfb31994425908e7ce982b2450696706 (diff)
downloadopie-a73e8d51528b6c073d56f389f22fb95d99e9407f.zip
opie-a73e8d51528b6c073d56f389f22fb95d99e9407f.tar.gz
opie-a73e8d51528b6c073d56f389f22fb95d99e9407f.tar.bz2
Revert drw s commit
Do not expose private API Better include the .moc
Diffstat (limited to 'libqtaux/libqtaux.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libqtaux/libqtaux.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/libqtaux/libqtaux.pro b/libqtaux/libqtaux.pro
index 56ccc65..a1440e3 100644
--- a/libqtaux/libqtaux.pro
+++ b/libqtaux/libqtaux.pro
@@ -1,25 +1,24 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qte warn_on debug 2CONFIG += qte warn_on debug
3 3
4HEADERS = qcolordialog.h \ 4HEADERS = qcolordialog.h \
5 qsplitter.h \ 5 qsplitter.h \
6 qinputdialog.h \ 6 qinputdialog.h \
7 \ 7 \
8 ocolorpopupmenu.h \ 8 ocolorpopupmenu.h \
9 ocolorbutton.h 9 ocolorbutton.h
10 10
11 11
12SOURCES = qcolordialog.cpp \ 12SOURCES = qcolordialog.cpp \
13 qsplitter.cpp \ 13 qsplitter.cpp \
14 qinputdialog.cpp \ 14 qinputdialog.cpp \
15 \ 15 \
16 ocolorpopupmenu.cpp \ 16 ocolorpopupmenu.cpp \
17 ocolorbutton.cpp 17 ocolorbutton.cpp
18 18
19TARGET = qtaux2 19TARGET = qtaux2
20INCLUDEPATH += $(OPIEDIR)/include 20INCLUDEPATH += $(OPIEDIR)/include
21DESTDIR = $(OPIEDIR)/lib 21DESTDIR = $(OPIEDIR)/lib
22INTERFACES =
23 22
24 23
25include ( $(OPIEDIR)/include.pro ) 24include ( $(OPIEDIR)/include.pro )