summaryrefslogtreecommitdiffstats
path: root/sigcore
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-26 19:38:54 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-26 19:38:54 -0500
commitbecf9db5d809682c3c4c9fc0932ce4e7c316381f (patch)
tree4baa3dca72ad5079a5e0fe88f21665ac1ad374a0 /sigcore
parentb12cee18fd0bd792b26b6fa1236cacac668ea493 (diff)
downloadsigen-becf9db5d809682c3c4c9fc0932ce4e7c316381f.tar.gz
sigen-becf9db5d809682c3c4c9fc0932ce4e7c316381f.tar.xz
sigen-becf9db5d809682c3c4c9fc0932ce4e7c316381f.zip
Removed all qmake files and other unneeded scripts
Diffstat (limited to 'sigcore')
-rw-r--r--sigcore/sigcore.pro30
1 files changed, 0 insertions, 30 deletions
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)