Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > d9e51bfaa0475c88e86a4c5026a65fa0 > files > 39

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 )

TARGET       = spectrogram

SOURCES = \
    plot.cpp \
    plotwindow.cpp \
    main.cpp

HEADERS = \
    plot.h \
    plotwindow.h