colorspace.pro 496 B

12345678910111213141516
  1. ######################################################################
  2. # Automatically generated by qmake (2.01a) mar. fvr. 9 13:12:19 2010
  3. ######################################################################
  4. DEPENDPATH += . src include
  5. INCLUDEPATH += . include
  6. LIBS += -lm
  7. QT += opengl
  8. # Input
  9. HEADERS += include/GLWidget.hpp include/Image.hpp include/Pixel.hpp include/Window.hpp
  10. SOURCES += src/main.cpp \
  11. src/GLWidget.cpp \
  12. src/Window.cpp \
  13. src/Image.cpp