simple Roomba test suite with Qt dialogs
[bachelor-thesis/roomba_tests.git] / Makefile
index 6818a48..ae4cfeb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
 export TARGET=roomba_test
 export SOURCES=main.cc
+export CXXFLAGS=-I/usr/include/qt4 -I/usr/include/qt4/QtCore \
+       -I/usr/include/qt4/QtGui -lQtGui 
 
 include ../Makefile.base
This page took 0.033344 seconds and 4 git commands to generate.