Subversion Repositories seema-scanner

Rev

Rev 2 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#------------------------------------------------------------
#
# SMScanner
#
# Control Interface and point cloud construction interface
# for the SeeMa Lab Structured Light Scanner.
#
# Image Analysis and Computer Graphics, DTU, 2014
#
#------------------------------------------------------------

QT       += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = SMScanner
TEMPLATE = app


SOURCES += main.cpp\
        SMScanner.cpp

HEADERS  += SMScanner.h

FORMS    += SMScanner.ui