-rw-r--r-- | libqtaux/libqtaux.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libqtaux/libqtaux.pro b/libqtaux/libqtaux.pro index a1440e3..5893015 100644 --- a/libqtaux/libqtaux.pro +++ b/libqtaux/libqtaux.pro | |||
@@ -1,24 +1,24 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on debug | 2 | CONFIG += qte warn_on |
3 | 3 | ||
4 | HEADERS = qcolordialog.h \ | 4 | HEADERS = 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 | ||
12 | SOURCES = qcolordialog.cpp \ | 12 | SOURCES = 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 | ||
19 | TARGET = qtaux2 | 19 | TARGET = qtaux2 |
20 | INCLUDEPATH += $(OPIEDIR)/include | 20 | INCLUDEPATH += $(OPIEDIR)/include |
21 | DESTDIR = $(OPIEDIR)/lib | 21 | DESTDIR = $(OPIEDIR)/lib |
22 | 22 | ||
23 | 23 | ||
24 | include ( $(OPIEDIR)/include.pro ) | 24 | include ( $(OPIEDIR)/include.pro ) |