]> ruin.nu Git - popboot.git/blobdiff - src.pro
including iterator
[popboot.git] / src.pro
diff --git a/src.pro b/src.pro
index 7446f02dabfdeec8dd2f008f3d4e17c9f4544441..6495a0c03719a147827dbf9189fb6924f4682677 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