summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7689431eda841a37f8fa67e020246a9bddb7aee9 (plain)
1
2
3
4
5
6
CXXFLAGS=-I/usr/include/qt4/QtWidgets -I/usr/include/qt4/QtCore/ -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -fPIC -I/usr/include/qt4/QtWebKit
LIBS=-L/usr/lib/qt4 -lQtCore -lQtNetwork -lQtGui -lQtWebKit
all: qookie-cast-client

qookie-cast-client: src/qookie-cast-client.cc
	g++ qookie-cast-client.cc moc_qookie-cast-client.cc $(CXXFLAGS) $(LIBS) -o qookie-cast-client