Remove libqxt from our svn. We don't depend on it anymore thanks to
[quassel.git] / src / contrib / libqxt-2007-10-24 / src / core / core.pro
diff --git a/src/contrib/libqxt-2007-10-24/src/core/core.pro b/src/contrib/libqxt-2007-10-24/src/core/core.pro
deleted file mode 100644 (file)
index 29ba3c1..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-TARGET = QxtCore
-DESTDIR = ../../deploy/libs/
-DEPENDPATH += .
-INCLUDEPATH += .
-DEFINES += BUILD_QXT_CORE
-win32: CONFIG += dll
-QT = core
-INCLUDEPATH += .
-TEMPLATE = lib
-MOC_DIR = .moc
-OBJECTS_DIR = .obj
-CONFIG += qxtbuild  convenience
-include(../../config.pri)
-
-
-HEADERS += qxtcsvmodel.h \
-           qxterror.h \
-           qxtglobal.h \
-           qxthypermacros.h \
-           qxtmetaobject.h \
-           qxtmetatype.h \
-           qxtnamespace.h \
-           qxtnull.h \
-           qxtnullable.h \
-           qxtpairList.h \
-           qxtpimpl.h \
-           qxtsemaphore.h \
-           qxtsignalwaiter.h \
-           qxttuple.h \
-           qxttuplelist.h \
-           qxttypelist.h \
-           qxtfifo.h \
-           qxtstdio.h \
-           qxtfilelock_p.h\
-           qxtfilelock.h\
-           qxtboundfunction.h \
-           qxtboundfunctionbase.h \
-           qxtboundcfunction.h \
-           qxtstdstreambufdevice.h \
-           qxtjob.h \
-           qxtjob_p.h \
-           qxtslotjob.h \
-           qxtslotjob_p.h \
-           qxtpipe.h
-
-SOURCES += qxtcsvmodel.cpp \
-           qxterror.cpp \
-           qxtmetaobject.cpp \
-           qxtsemaphore.cpp \
-           qxtsignalwaiter.cpp \
-           qxtfifo.cpp \
-           qxtstdio.cpp\
-           qxtfilelock.cpp \
-           qxtnull.cpp \
-           qxtstdstreambufdevice.cpp \
-           qxtjob.cpp \
-           qxtslotjob.cpp \
-           qxtpipe.cpp
-
-unix:  SOURCES += qxtfilelock_unix.cpp
-win32: SOURCES += qxtfilelock_win.cpp