summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..7689431
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,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