Ignore:
Timestamp:
2010-02-17T17:10:45+01:00 (15 years ago)
Author:
stoecker
Message:

build fixes for webkit-image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/webkit-image.cpp

    r19704 r20045  
    1 /* compile with
    2 moc webkit-image.cpp >webkit-image.h
    3 g++ webkit-image.cpp -o webkit-image -lQtCore -lQtWebKit -lQtGui -s -O2
    4 or under Windows:
    5 g++ webkit-image.cpp -o webkit-image -lQtCore4 -lQtWebKit4 -lQtGui4 -s O2
    6 adding the correct directories with -L or -I:
    7 -I C:\Progra~1\Qt\include -L C:\Progra~1\Qt\lib
    8 */
    91#include <QtGui/QApplication>
    102#include <QtGui/QPainter>
     
    179#include <QtCore/QProcess>
    1810#if QT_VERSION >= 0x040500
    19 #include <QDesktopServices>
    20 #include <QNetworkDiskCache>
     11#include <QtGui/QDesktopServices>
     12#include <QtNetwork/QNetworkDiskCache>
    2113#endif
    2214
Note: See TracChangeset for help on using the changeset viewer.