Changeset 13262 in osm for applications/editors/josm/plugins/wmsplugin/Makefile
- Timestamp:
- 2009-01-19T17:19:55+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/Makefile
r12609 r13262 1 1 #!/usr/bin/make 2 3 MOC=moc 4 #MOC=/usr/share/qt4/bin/moc 5 CFLAGS = 2 6 LDFLAGS = `pkg-config --libs --cflags QtCore QtGui QtWebKit` 3 7 4 compile: webkit-image.cpp webkit-image.h5 g++ -W -o webkit-image -I/usr/include/qt4/ -O2$(LDFLAGS) webkit-image.cpp8 webkit-image: webkit-image.cpp webkit-image.h 9 g++ -W -o $@ -O2 $(CFLAGS) $(LDFLAGS) webkit-image.cpp 6 10 7 11 webkit-image.h: webkit-image.cpp 8 /usr/share/qt4/bin/moc webkit-image.cpp >webkit-image.h12 $(MOC) webkit-image.cpp >$@ 9 13 10 14 clean:
Note:
See TracChangeset
for help on using the changeset viewer.