Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > d9e51bfaa0475c88e86a4c5026a65fa0 > files > 30

qwtpolar-devel-0.1.0-5.fc14.i686.rpm

# -*- mode: sh -*- ##############################################
# QwtPolar Widget Library
# Copyright (C) 2008   Uwe Rathmann
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the Qwt License, Version 1.0
#################################################################

include( ../examples.pri )

QT          += svg

TARGET       = polardemo

SOURCES = \
    mainwindow.cpp \
    plot.cpp \
    settingseditor.cpp \
    main.cpp

HEADERS = \
    pixmaps.h \
    mainwindow.h \
    plot.h \
    settingseditor.h