Subversion Repositories seema-scanner

Rev

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

Rev 231 Rev 233
Line 18... Line 18...
18
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
18
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
19
 
19
 
20
TARGET = SMScanner
20
TARGET = SMScanner
21
TEMPLATE = app
21
TEMPLATE = app
22
 
22
 
-
 
23
CONFIG += c++11
-
 
24
 
23
HEADERS  += SMScanner.h \
25
HEADERS  += SMScanner.h \
24
        SMVideoWidget.h \
26
        SMVideoWidget.h \
25
        SMPointCloudWidget.h \
27
        SMPointCloudWidget.h \
26
        camera/Camera.h \
28
        camera/Camera.h \
27
        projector/Projector.h \
29
        projector/Projector.h \