Changeset 12609 in osm for applications/editors


Ignore:
Timestamp:
2008-12-27T21:48:21+01:00 (16 years ago)
Author:
joerg
Message:

execute pkg-config to get the correct Compiler flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/Makefile

    r12534 r12609  
     1#!/usr/bin/make
     2LDFLAGS = `pkg-config --libs --cflags QtCore QtGui QtWebKit`
     3
    14compile: 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
     5        g++ -W -o webkit-image -I/usr/include/qt4/ -O2 $(LDFLAGS) webkit-image.cpp
    36
    47webkit-image.h: webkit-image.cpp
Note: See TracChangeset for help on using the changeset viewer.