]> ruin.nu Git - popboot.git/blobdiff - src.pro
changing back, and including locale
[popboot.git] / src.pro
diff --git a/src.pro b/src.pro
index 7446f02dabfdeec8dd2f008f3d4e17c9f4544441..67b564646fc5170ef29992645cd269e01260278d 100644 (file)
--- a/src.pro
+++ b/src.pro
@@ -3,8 +3,14 @@
 ######################################################################
 
 TEMPLATE = app
+CONFIG -= qt
+CONFIG += debug
 INCLUDEPATH += .
+TARGET = planner
+#LIBS += -lpthread
+QMAKE_YACC = bison
 
 # Input
 HEADERS += action.h node.h planner.h
-SOURCES += action.cpp main.cpp node.cpp planner.cpp
+SOURCES += action.cpp node.cpp planner.cpp
+YACCSOURCES += parser.y