Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 409775 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- triangle_mesh_viewer.h
0
++ triangle_mesh_viewer.h
Lines 24-29 Link Here
24
#ifndef _triangle_mesh_viewer_h_
24
#ifndef _triangle_mesh_viewer_h_
25
#define _triangle_mesh_viewer_h_
25
#define _triangle_mesh_viewer_h_
26
26
27
#include <GL/glu.h>
27
#include "parameters_render.h"
28
#include "parameters_render.h"
28
#include "random.h"
29
#include "random.h"
29
#include "triangle_mesh.h"
30
#include "triangle_mesh.h"
30
-- fracplanet.pro
31
++ fracplanet.pro
Lines 8-14 Link Here
8
8
9
HEADERS += $$system(ls *.h)
9
HEADERS += $$system(ls *.h)
10
SOURCES += $$system(ls *.cpp)
10
SOURCES += $$system(ls *.cpp)
11
LIBS += -lboost_program_options
11
LIBS += -lboost_program_options -lGLU
12
12
13
DEFINES += QT_DLL
13
DEFINES += QT_DLL
14
14

Return to bug 409775