summaryrefslogtreecommitdiff
path: root/kaiman.pro
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-08-04 20:42:21 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2012-08-04 20:42:21 +0200
commit1fc6eb2c1a8500602f2c45662dabbf164210a5b3 (patch)
treee8495082952c6658262ca40ba766a947a1177b2a /kaiman.pro
parentb8195d45820378e3d09225d9a291c4951816276d (diff)
Added missing pro file.
Diffstat (limited to 'kaiman.pro')
-rw-r--r--kaiman.pro46
1 files changed, 46 insertions, 0 deletions
diff --git a/kaiman.pro b/kaiman.pro
new file mode 100644
index 0000000..2f4b069
--- /dev/null
+++ b/kaiman.pro
@@ -0,0 +1,46 @@
+# -*- Makefile -*-
+
+CONFIG += debug
+
+TEMPLATE = app
+TARGET = kaiman
+DEPENDPATH += .
+INCLUDEPATH += .
+#RESOURCES += kaiman.qrc
+QT += core gui svg opengl
+
+# For debugging
+debug {
+ QMAKE_CXXFLAGS += -g -Wall -Werror
+ CONFIG += debug
+ DEFINES+=USE_DEBUG
+}
+
+DEFINES+=VERSION=\\\"0.0.1\\\"
+
+win32 {
+ LIBPATH += lua/lib
+ INCLUDEPATH += lua/include
+ LIBS += -llua51
+ DEFINES += HOST_WIN32
+# debug {
+ CONFIG += console
+# }
+}
+
+unix {
+ LIBS += -llua
+}
+
+HEADERS += \
+ src/mainwindow.h \
+ src/outputwindow.h \
+ src/luascript.h
+
+SOURCES += \
+ src/kaiman.cc \
+ src/mainwindow.cc \
+ src/outputwindow.cc \
+ src/luascript.cc
+
+#TRANSLATIONS = pracro_dk.ts