Changeset 12609 in osm for applications/editors
- Timestamp:
- 2008-12-27T21:48:21+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/Makefile
r12534 r12609 1 #!/usr/bin/make 2 LDFLAGS = `pkg-config --libs --cflags QtCore QtGui QtWebKit` 3 1 4 compile: webkit-image.cpp webkit-image.h 2 g++ - o webkit-image -I/usr/include/qt4 -O2 $(pkg-config --libs --cflags QtGui QtWebKit) webkit-image.cpp5 g++ -W -o webkit-image -I/usr/include/qt4/ -O2 $(LDFLAGS) webkit-image.cpp 3 6 4 7 webkit-image.h: webkit-image.cpp
Note:
See TracChangeset
for help on using the changeset viewer.