Changeset 16592 in osm
- Timestamp:
- 2009-07-19T20:36:20+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/wmsplugin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/Makefile
r13262 r16592 3 3 MOC=moc 4 4 #MOC=/usr/share/qt4/bin/moc 5 CFLAGS = 6 LDFLAGS = `pkg-config --libs --cflags QtCore QtGui QtWebKit` 5 CFLAGS = 6 LDFLAGS = 7 LDLIBS = `pkg-config --libs --cflags QtCore QtGui QtWebKit` 7 8 8 9 webkit-image: webkit-image.cpp webkit-image.h 9 g++ -W -o $@ -O2 $(CFLAGS) $(LDFLAGS) webkit-image.cpp 10 g++ -W -o $@ -O2 $(CFLAGS) $(LDFLAGS) webkit-image.cpp $(LDLIBS) 10 11 11 12 webkit-image.h: webkit-image.cpp -
applications/editors/josm/plugins/wmsplugin/webkit-image-gtk.c
r14885 r16592 8 8 9 9 /* compile with: 10 gcc `pkg-config --cflags --libs webkit-1.0` -o webkit-image-gtk webkit-image-gtk.c10 gcc -o webkit-image-gtk webkit-image-gtk.c `pkg-config --cflags --libs webkit-1.0` 11 11 */ 12 12
Note:
See TracChangeset
for help on using the changeset viewer.