Subversion Repositories seema-scanner

Rev

Rev 17 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17 Rev 36
Line 15... Line 15...
15
 
15
 
16
 
16
 
17
INCLUDEPATH += projector/
17
INCLUDEPATH += projector/
18
 
18
 
19
# Compile with system dependent OpenGL Context code
19
# Compile with system dependent OpenGL Context code
20
#unix:!macx{
20
unix:!macx{
21
    CONFIG += link_pkgconfig
21
    CONFIG += link_pkgconfig
22
    PKGCONFIG += x11 xrandr
22
    PKGCONFIG += x11 xrandr
23
    SOURCES += projector/OpenGLContext.XRandr.cpp
23
    #SOURCES += projector/OpenGLContext.XRandr.cpp
24
    LIBS += -lXxf86vm -lXcursor
24
    #LIBS += -lXxf86vm -lXcursor
25
#    SOURCES += projector/OpenGLContext.Xscreens.cpp
25
    SOURCES += projector/OpenGLContext.Xscreens.cpp
26
#    LIBS += -lglfw3 -lX11 -lXxf86vm -lXrandr -lXi -lXcursor
26
    LIBS += -lGL -lX11 -lXxf86vm
27
}
27
}
28
win32{
28
win32{
29
    SOURCES += projector/OpenGLContext.Win.cpp
29
    SOURCES += projector/OpenGLContext.Win.cpp
30
}
30
}
31
macx{
31
macx{