From becf9db5d809682c3c4c9fc0932ce4e7c316381f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 26 Feb 2009 19:38:54 -0500 Subject: Removed all qmake files and other unneeded scripts --- sigcore/sigcore.pro | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 sigcore/sigcore.pro (limited to 'sigcore') diff --git a/sigcore/sigcore.pro b/sigcore/sigcore.pro deleted file mode 100644 index a7266747..00000000 --- a/sigcore/sigcore.pro +++ /dev/null @@ -1,30 +0,0 @@ -include(../version.pri) -TEMPLATE = lib -OBJECTS_DIR = .obj -MOC_DIR = .moc -DOC_DIR = ../doc -DESTDIR = ../bin -INSTALLDIR = lib$$system(kde4-config --libsuffix) - -CONFIG += qt \ - warn_on \ - dll -QT += xml - -DEFINES += MAKE_SIGCORE_LIB - -!win32 { - CONFIG += debug -} - -include(../install.pri) - -SOURCES += Fraction.cpp \ - Script.cpp - -HEADERS += Fraction.h \ - Hat.h \ - Matrix.h \ - Script.h - -include(../headers.pri) -- cgit