projects
/
bachelor-thesis
/
roomba_tests.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
simple Roomba test suite with Qt dialogs
[bachelor-thesis/roomba_tests.git]
/
Makefile
diff --git
a/Makefile
b/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.024474 seconds
and
4
git commands to generate.