Advertisement
Guest User

Untitled

a guest
May 14th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. ######################################################################
  2. # Automatically generated by qmake (2.01a) Thu Aug 11 06:41:12 2011
  3. ######################################################################
  4.  
  5. TEMPLATE = app
  6. TARGET = ../sunshine
  7. DEPENDPATH += . # src
  8. INCLUDEPATH += . .. # src
  9. QMAKE_CXXFLAGS += $$system(python-config --cflags)
  10. QMAKE_LIBS += $$system(python-config --libs)
  11. QT += opengl script
  12. QMAKE_LIBDIR += ../lib
  13. LIBS += -lGLEW -lGLU
  14. LIBS += -laqsis_core
  15. LIBS += -lboost_python
  16. LIBS += -lassimp
  17. LIBS += -lOpenMeshCore
  18. set MAKEFLAGS=-j4
  19.  
  20. # Input
  21. HEADERS += camera.h \
  22. face_util.h \
  23. geometry.h \
  24. imageviewer.h \
  25. panelgl.h \
  26. primitive.h \
  27. project_util.h \
  28. scene.h \
  29. select.h \
  30. settings.h \
  31. shader.h \
  32. sunshine.h \
  33. util.h \
  34. vertex_util.h \
  35. sunshineui.h \
  36. sunshine.h \
  37. attribute_editor.h \
  38. renderwidget.h \
  39. exceptions.h \
  40. python_bindings.h \
  41. object_tools.h \
  42. worktool.h \
  43. contextmenu.h \
  44. cursor_tools.h \
  45. render_util.h \
  46. material.h \
  47. light.h \
  48. transformable.h \
  49. bindable.h \
  50. menu_tools.h \
  51. vertex_tools.h \
  52. face_tools.h
  53. FORMS += sunshine.ui \
  54. renderwidget.ui \
  55. shader_tree_window.ui \
  56. node_widget.ui \
  57. shader_relationships_window.ui
  58. SOURCES += camera.cpp \
  59. face_util.cpp \
  60. geometry.cpp \
  61. imageviewer.cpp \
  62. panelgl.cpp \
  63. primitive.cpp \
  64. project_util.cpp \
  65. scene.cpp \
  66. select.cpp \
  67. settings.cpp \
  68. shader.cpp \
  69. sunshine.cpp \
  70. util.cpp \
  71. vertex_util.cpp \
  72. sunshineui.cpp \
  73. main.cpp \
  74. attribute_editor.cpp \
  75. renderwidget.cpp \
  76. exceptions.cpp \
  77. python_bindings.cpp \
  78. object_tools.cpp \
  79. contextmenu.cpp \
  80. cursor_tools.cpp \
  81. draw_box_tool.cpp \
  82. render_util.cpp \
  83. material.cpp \
  84. light.cpp \
  85. transformable.cpp \
  86. bindable.cpp \
  87. cursor_tools/point_tool.cpp \
  88. cursor_tools/translate_tool.cpp \
  89. work_tools/split_polygon.cpp \
  90. vertex_tools.cpp \
  91. face_tools.cpp
  92. RESOURCES += plugins.qrc \
  93. icons.qrc \
  94. textures.qrc \
  95. glsl.qrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement