volmetrics

diff volmetrics.pro @ 36:1df14c5ffa71

conversion to Qt
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 06 Feb 2015 22:39:51 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/volmetrics.pro	Fri Feb 06 22:39:51 2015 +0200
     1.3 @@ -0,0 +1,48 @@
     1.4 +#-------------------------------------------------
     1.5 +#
     1.6 +# Project created by QtCreator 2015-02-06T21:21:47
     1.7 +#
     1.8 +#-------------------------------------------------
     1.9 +
    1.10 +QT       += core gui
    1.11 +
    1.12 +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
    1.13 +
    1.14 +TARGET = volmetrics
    1.15 +TEMPLATE = app
    1.16 +
    1.17 +CONFIG += c++11
    1.18 +
    1.19 +
    1.20 +SOURCES += \
    1.21 +    src/image.cc \
    1.22 +    src/main.cc \
    1.23 +    src/mainwin.cc \
    1.24 +    src/matrix.cc \
    1.25 +    src/mesh.cc \
    1.26 +    src/sdr.cc \
    1.27 +    src/vector.cc \
    1.28 +    src/volume.cc \
    1.29 +    src/glview.cc \
    1.30 +    src/view3d.cc
    1.31 +
    1.32 +HEADERS  += \
    1.33 +    src/image.h \
    1.34 +    src/mainwin.h \
    1.35 +    src/matrix.h \
    1.36 +    src/mesh.h \
    1.37 +    src/opengl.h \
    1.38 +    src/sdr.h \
    1.39 +    src/vector.h \
    1.40 +    src/volume.h \
    1.41 +    src/glview.h \
    1.42 +    src/view3d.h
    1.43 +
    1.44 +FORMS    += \
    1.45 +    ui/mainwin.ui
    1.46 +
    1.47 +INCLUDEPATH += src /usr/local/include
    1.48 +
    1.49 +LIBS += -limago
    1.50 +unix: LIBS += -L/usr/local/lib -lGLEW
    1.51 +win32: LIBS += -lglew32