summaryrefslogtreecommitdiff
path: root/kaiman.pro
diff options
context:
space:
mode:
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