Subversion Repositories seema-scanner

Rev

Rev 15 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15 Rev 17
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
    SOURCES += projector/OpenGLContext.Unix.cpp
-
 
22
    LIBS += -lXxf86vm
-
 
23
    CONFIG += link_pkgconfig
21
    CONFIG += link_pkgconfig
24
    PKGCONFIG += gl glu x11 xrandr
22
    PKGCONFIG += x11 xrandr
-
 
23
    SOURCES += projector/OpenGLContext.XRandr.cpp
-
 
24
    LIBS += -lXxf86vm -lXcursor
-
 
25
#    SOURCES += projector/OpenGLContext.Xscreens.cpp
-
 
26
#    LIBS += -lglfw3 -lX11 -lXxf86vm -lXrandr -lXi -lXcursor
25
}
27
}
26
win32{
28
win32{
27
    SOURCES += projector/OpenGLContext.Win.cpp
29
    SOURCES += projector/OpenGLContext.Win.cpp
28
}
30
}
29
macx{
31
macx{