summaryrefslogtreecommitdiffstats
path: root/sigcore
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-10-17 05:52:19 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-10-17 05:52:19 +0000
commit0d5c82f09969f1f3e001d6d708f14794ebd443fa (patch)
tree07404bbadb465665a19a7a76f9a9d2c9026c9a6e /sigcore
parentb3e1495f7a626bb4429ff5e4f3ad39ae9654f23b (diff)
downloadsigen-0d5c82f09969f1f3e001d6d708f14794ebd443fa.tar.gz
sigen-0d5c82f09969f1f3e001d6d708f14794ebd443fa.tar.xz
sigen-0d5c82f09969f1f3e001d6d708f14794ebd443fa.zip
[FIX] qmake build files caught up
[FIX] spec file updated git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@282 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'sigcore')
-rw-r--r--sigcore/sigcore.pro30
1 files changed, 30 insertions, 0 deletions
diff --git a/sigcore/sigcore.pro b/sigcore/sigcore.pro
new file mode 100644
index 00000000..a7266747
--- /dev/null
+++ b/sigcore/sigcore.pro
@@ -0,0 +1,30 @@
+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)