-rw-r--r-- | libqtaux/libqtaux.pro | 1 |
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 @@ TEMPLATE = lib CONFIG += qte warn_on debug HEADERS = qcolordialog.h \ qsplitter.h \ qinputdialog.h \ \ ocolorpopupmenu.h \ ocolorbutton.h SOURCES = qcolordialog.cpp \ qsplitter.cpp \ qinputdialog.cpp \ \ ocolorpopupmenu.cpp \ ocolorbutton.cpp TARGET = qtaux2 INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/lib -INTERFACES = include ( $(OPIEDIR)/include.pro ) |