source:
osm/applications/editors/josm/plugins/wmsplugin/Makefile@
12534
| Last change on this file since 12534 was 12534, checked in by , 18 years ago | |
|---|---|
| File size: 287 bytes | |
| Line | |
|---|---|
| 1 | 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.cpp |
| 3 | |
| 4 | webkit-image.h: webkit-image.cpp |
| 5 | /usr/share/qt4/bin/moc webkit-image.cpp >webkit-image.h |
| 6 | |
| 7 | clean: |
| 8 | rm -f *.o webkit-image webkit-image.h |
Note:
See TracBrowser
for help on using the repository browser.
