Subversion Repositories seema-scanner

Rev

Rev 2 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 jakw 1
#------------------------------------------------------------
2
#
3
# SMScanner
4
#
5
# Control Interface and point cloud construction interface
6
# for the SeeMa Lab Structured Light Scanner.
7
#
8
# Image Analysis and Computer Graphics, DTU, 2014
9
#
10
#------------------------------------------------------------
11
 
12
QT       += core gui
13
 
14
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
15
 
16
TARGET = SMScanner
17
TEMPLATE = app
18
 
19
 
20
SOURCES += main.cpp\
21
        SMScanner.cpp
22
 
23
HEADERS  += SMScanner.h
24
 
25
FORMS    += SMScanner.ui