mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-14 16:44:37 +00:00
12 lines
197 B
Prolog
12 lines
197 B
Prolog
include (../../shared.pri)
|
|
|
|
QT += opengl
|
|
|
|
HEADERS += sampledecorate.h cubemap.h
|
|
|
|
SOURCES += sampledecorate.cpp\
|
|
cubemap.cpp
|
|
|
|
TARGET = sampledecoration
|
|
|