summaryrefslogtreecommitdiffstats
path: root/sigcore/sigcore.pro
diff options
context:
space:
mode:
Diffstat (limited to 'sigcore/sigcore.pro')
-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)