File: examples.pro

package info (click to toggle)
libqglviewer 2.8.0%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,092 kB
  • sloc: cpp: 25,884; makefile: 24; sh: 14
file content (28 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TEMPLATE      = subdirs
SUBDIRS       = \
    animation \
    callback \
    cameraLight \
    clippingPlane \
    constrainedCamera \
    constrainedFrame \
    drawLight \
    fastDraw \
    frameTransform \
    frustumCulling \
    interface \
    keyboardAndMouse \
    keyFrames \
    luxo \
    manipulatedFrame \
    mouseGrabber \
    multiSelect \
    multiView \
    screenCoordSystem \
    select \
    simpleViewer \
    standardCamera

!equals (QT_MAJOR_VERSION, 6) {
    SUBDIRS *= overpainting stereoViewer
}