From 4216338de96c54d025a136ea8f506209325e31e2 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Fri, 24 Mar 2017 09:02:58 +0100 Subject: [PATCH] Sample Cleaning. Moved in a different folder the samples that requires qt or other libraries --- apps/{sample => QT}/img_filters/img_filters.cpp | 0 apps/{sample => QT}/img_filters/img_filters.pro | 0 apps/{sample => QT}/trimesh_QT/glarea.cpp | 0 apps/{sample => QT}/trimesh_QT/glarea.h | 0 apps/{sample => QT}/trimesh_QT/main.cpp | 0 apps/{sample => QT}/trimesh_QT/mainwindow.cpp | 0 apps/{sample => QT}/trimesh_QT/mainwindow.h | 0 apps/{sample => QT}/trimesh_QT/mainwindow.ui | 0 apps/{sample => QT}/trimesh_QT/trimesh_qt.pro | 0 apps/{sample => QT}/trimesh_QT_shared/glarea.cpp | 0 apps/{sample => QT}/trimesh_QT_shared/glarea.h | 0 apps/{sample => QT}/trimesh_QT_shared/main.cpp | 0 apps/{sample => QT}/trimesh_QT_shared/mainwindow.cpp | 0 apps/{sample => QT}/trimesh_QT_shared/mainwindow.h | 0 apps/{sample => QT}/trimesh_QT_shared/mainwindow.ui | 0 apps/{sample => QT}/trimesh_QT_shared/mesh.h | 0 apps/{sample => QT}/trimesh_QT_shared/trimesh_qt.pro | 0 apps/{sample => QT}/trimesh_ant_freeglut/main.cpp | 0 apps/{sample => QT}/trimesh_ant_freeglut/trimesh_ant_freeglut.pro | 0 apps/{sample => QT}/trimesh_ant_qt/glwidget.cpp | 0 apps/{sample => QT}/trimesh_ant_qt/glwidget.h | 0 apps/{sample => QT}/trimesh_ant_qt/main.cpp | 0 apps/{sample => QT}/trimesh_ant_qt/trimesh_ant_qt.pro | 0 apps/{sample => QT}/trimesh_pos_demo/glwidget.cpp | 0 apps/{sample => QT}/trimesh_pos_demo/glwidget.h | 0 apps/{sample => QT}/trimesh_pos_demo/main.cpp | 0 apps/{sample => QT}/trimesh_pos_demo/mesh_type.h | 0 apps/{sample => QT}/trimesh_pos_demo/trimesh_pos_demo.cpp | 0 apps/{sample => QT}/trimesh_pos_demo/trimesh_pos_demo.pro | 0 apps/{sample => QT}/trimesh_pos_demo/trimesh_vfiter_demo.cpp | 0 apps/{sample => QT}/trimesh_pos_demo/window.cpp | 0 apps/{sample => QT}/trimesh_pos_demo/window.h | 0 32 files changed, 0 insertions(+), 0 deletions(-) rename apps/{sample => QT}/img_filters/img_filters.cpp (100%) rename apps/{sample => QT}/img_filters/img_filters.pro (100%) rename apps/{sample => QT}/trimesh_QT/glarea.cpp (100%) rename apps/{sample => QT}/trimesh_QT/glarea.h (100%) rename apps/{sample => QT}/trimesh_QT/main.cpp (100%) rename apps/{sample => QT}/trimesh_QT/mainwindow.cpp (100%) rename apps/{sample => QT}/trimesh_QT/mainwindow.h (100%) rename apps/{sample => QT}/trimesh_QT/mainwindow.ui (100%) rename apps/{sample => QT}/trimesh_QT/trimesh_qt.pro (100%) rename apps/{sample => QT}/trimesh_QT_shared/glarea.cpp (100%) rename apps/{sample => QT}/trimesh_QT_shared/glarea.h (100%) rename apps/{sample => QT}/trimesh_QT_shared/main.cpp (100%) rename apps/{sample => QT}/trimesh_QT_shared/mainwindow.cpp (100%) rename apps/{sample => QT}/trimesh_QT_shared/mainwindow.h (100%) rename apps/{sample => QT}/trimesh_QT_shared/mainwindow.ui (100%) rename apps/{sample => QT}/trimesh_QT_shared/mesh.h (100%) rename apps/{sample => QT}/trimesh_QT_shared/trimesh_qt.pro (100%) rename apps/{sample => QT}/trimesh_ant_freeglut/main.cpp (100%) rename apps/{sample => QT}/trimesh_ant_freeglut/trimesh_ant_freeglut.pro (100%) rename apps/{sample => QT}/trimesh_ant_qt/glwidget.cpp (100%) rename apps/{sample => QT}/trimesh_ant_qt/glwidget.h (100%) rename apps/{sample => QT}/trimesh_ant_qt/main.cpp (100%) rename apps/{sample => QT}/trimesh_ant_qt/trimesh_ant_qt.pro (100%) rename apps/{sample => QT}/trimesh_pos_demo/glwidget.cpp (100%) rename apps/{sample => QT}/trimesh_pos_demo/glwidget.h (100%) rename apps/{sample => QT}/trimesh_pos_demo/main.cpp (100%) rename apps/{sample => QT}/trimesh_pos_demo/mesh_type.h (100%) rename apps/{sample => QT}/trimesh_pos_demo/trimesh_pos_demo.cpp (100%) rename apps/{sample => QT}/trimesh_pos_demo/trimesh_pos_demo.pro (100%) rename apps/{sample => QT}/trimesh_pos_demo/trimesh_vfiter_demo.cpp (100%) rename apps/{sample => QT}/trimesh_pos_demo/window.cpp (100%) rename apps/{sample => QT}/trimesh_pos_demo/window.h (100%) diff --git a/apps/sample/img_filters/img_filters.cpp b/apps/QT/img_filters/img_filters.cpp similarity index 100% rename from apps/sample/img_filters/img_filters.cpp rename to apps/QT/img_filters/img_filters.cpp diff --git a/apps/sample/img_filters/img_filters.pro b/apps/QT/img_filters/img_filters.pro similarity index 100% rename from apps/sample/img_filters/img_filters.pro rename to apps/QT/img_filters/img_filters.pro diff --git a/apps/sample/trimesh_QT/glarea.cpp b/apps/QT/trimesh_QT/glarea.cpp similarity index 100% rename from apps/sample/trimesh_QT/glarea.cpp rename to apps/QT/trimesh_QT/glarea.cpp diff --git a/apps/sample/trimesh_QT/glarea.h b/apps/QT/trimesh_QT/glarea.h similarity index 100% rename from apps/sample/trimesh_QT/glarea.h rename to apps/QT/trimesh_QT/glarea.h diff --git a/apps/sample/trimesh_QT/main.cpp b/apps/QT/trimesh_QT/main.cpp similarity index 100% rename from apps/sample/trimesh_QT/main.cpp rename to apps/QT/trimesh_QT/main.cpp diff --git a/apps/sample/trimesh_QT/mainwindow.cpp b/apps/QT/trimesh_QT/mainwindow.cpp similarity index 100% rename from apps/sample/trimesh_QT/mainwindow.cpp rename to apps/QT/trimesh_QT/mainwindow.cpp diff --git a/apps/sample/trimesh_QT/mainwindow.h b/apps/QT/trimesh_QT/mainwindow.h similarity index 100% rename from apps/sample/trimesh_QT/mainwindow.h rename to apps/QT/trimesh_QT/mainwindow.h diff --git a/apps/sample/trimesh_QT/mainwindow.ui b/apps/QT/trimesh_QT/mainwindow.ui similarity index 100% rename from apps/sample/trimesh_QT/mainwindow.ui rename to apps/QT/trimesh_QT/mainwindow.ui diff --git a/apps/sample/trimesh_QT/trimesh_qt.pro b/apps/QT/trimesh_QT/trimesh_qt.pro similarity index 100% rename from apps/sample/trimesh_QT/trimesh_qt.pro rename to apps/QT/trimesh_QT/trimesh_qt.pro diff --git a/apps/sample/trimesh_QT_shared/glarea.cpp b/apps/QT/trimesh_QT_shared/glarea.cpp similarity index 100% rename from apps/sample/trimesh_QT_shared/glarea.cpp rename to apps/QT/trimesh_QT_shared/glarea.cpp diff --git a/apps/sample/trimesh_QT_shared/glarea.h b/apps/QT/trimesh_QT_shared/glarea.h similarity index 100% rename from apps/sample/trimesh_QT_shared/glarea.h rename to apps/QT/trimesh_QT_shared/glarea.h diff --git a/apps/sample/trimesh_QT_shared/main.cpp b/apps/QT/trimesh_QT_shared/main.cpp similarity index 100% rename from apps/sample/trimesh_QT_shared/main.cpp rename to apps/QT/trimesh_QT_shared/main.cpp diff --git a/apps/sample/trimesh_QT_shared/mainwindow.cpp b/apps/QT/trimesh_QT_shared/mainwindow.cpp similarity index 100% rename from apps/sample/trimesh_QT_shared/mainwindow.cpp rename to apps/QT/trimesh_QT_shared/mainwindow.cpp diff --git a/apps/sample/trimesh_QT_shared/mainwindow.h b/apps/QT/trimesh_QT_shared/mainwindow.h similarity index 100% rename from apps/sample/trimesh_QT_shared/mainwindow.h rename to apps/QT/trimesh_QT_shared/mainwindow.h diff --git a/apps/sample/trimesh_QT_shared/mainwindow.ui b/apps/QT/trimesh_QT_shared/mainwindow.ui similarity index 100% rename from apps/sample/trimesh_QT_shared/mainwindow.ui rename to apps/QT/trimesh_QT_shared/mainwindow.ui diff --git a/apps/sample/trimesh_QT_shared/mesh.h b/apps/QT/trimesh_QT_shared/mesh.h similarity index 100% rename from apps/sample/trimesh_QT_shared/mesh.h rename to apps/QT/trimesh_QT_shared/mesh.h diff --git a/apps/sample/trimesh_QT_shared/trimesh_qt.pro b/apps/QT/trimesh_QT_shared/trimesh_qt.pro similarity index 100% rename from apps/sample/trimesh_QT_shared/trimesh_qt.pro rename to apps/QT/trimesh_QT_shared/trimesh_qt.pro diff --git a/apps/sample/trimesh_ant_freeglut/main.cpp b/apps/QT/trimesh_ant_freeglut/main.cpp similarity index 100% rename from apps/sample/trimesh_ant_freeglut/main.cpp rename to apps/QT/trimesh_ant_freeglut/main.cpp diff --git a/apps/sample/trimesh_ant_freeglut/trimesh_ant_freeglut.pro b/apps/QT/trimesh_ant_freeglut/trimesh_ant_freeglut.pro similarity index 100% rename from apps/sample/trimesh_ant_freeglut/trimesh_ant_freeglut.pro rename to apps/QT/trimesh_ant_freeglut/trimesh_ant_freeglut.pro diff --git a/apps/sample/trimesh_ant_qt/glwidget.cpp b/apps/QT/trimesh_ant_qt/glwidget.cpp similarity index 100% rename from apps/sample/trimesh_ant_qt/glwidget.cpp rename to apps/QT/trimesh_ant_qt/glwidget.cpp diff --git a/apps/sample/trimesh_ant_qt/glwidget.h b/apps/QT/trimesh_ant_qt/glwidget.h similarity index 100% rename from apps/sample/trimesh_ant_qt/glwidget.h rename to apps/QT/trimesh_ant_qt/glwidget.h diff --git a/apps/sample/trimesh_ant_qt/main.cpp b/apps/QT/trimesh_ant_qt/main.cpp similarity index 100% rename from apps/sample/trimesh_ant_qt/main.cpp rename to apps/QT/trimesh_ant_qt/main.cpp diff --git a/apps/sample/trimesh_ant_qt/trimesh_ant_qt.pro b/apps/QT/trimesh_ant_qt/trimesh_ant_qt.pro similarity index 100% rename from apps/sample/trimesh_ant_qt/trimesh_ant_qt.pro rename to apps/QT/trimesh_ant_qt/trimesh_ant_qt.pro diff --git a/apps/sample/trimesh_pos_demo/glwidget.cpp b/apps/QT/trimesh_pos_demo/glwidget.cpp similarity index 100% rename from apps/sample/trimesh_pos_demo/glwidget.cpp rename to apps/QT/trimesh_pos_demo/glwidget.cpp diff --git a/apps/sample/trimesh_pos_demo/glwidget.h b/apps/QT/trimesh_pos_demo/glwidget.h similarity index 100% rename from apps/sample/trimesh_pos_demo/glwidget.h rename to apps/QT/trimesh_pos_demo/glwidget.h diff --git a/apps/sample/trimesh_pos_demo/main.cpp b/apps/QT/trimesh_pos_demo/main.cpp similarity index 100% rename from apps/sample/trimesh_pos_demo/main.cpp rename to apps/QT/trimesh_pos_demo/main.cpp diff --git a/apps/sample/trimesh_pos_demo/mesh_type.h b/apps/QT/trimesh_pos_demo/mesh_type.h similarity index 100% rename from apps/sample/trimesh_pos_demo/mesh_type.h rename to apps/QT/trimesh_pos_demo/mesh_type.h diff --git a/apps/sample/trimesh_pos_demo/trimesh_pos_demo.cpp b/apps/QT/trimesh_pos_demo/trimesh_pos_demo.cpp similarity index 100% rename from apps/sample/trimesh_pos_demo/trimesh_pos_demo.cpp rename to apps/QT/trimesh_pos_demo/trimesh_pos_demo.cpp diff --git a/apps/sample/trimesh_pos_demo/trimesh_pos_demo.pro b/apps/QT/trimesh_pos_demo/trimesh_pos_demo.pro similarity index 100% rename from apps/sample/trimesh_pos_demo/trimesh_pos_demo.pro rename to apps/QT/trimesh_pos_demo/trimesh_pos_demo.pro diff --git a/apps/sample/trimesh_pos_demo/trimesh_vfiter_demo.cpp b/apps/QT/trimesh_pos_demo/trimesh_vfiter_demo.cpp similarity index 100% rename from apps/sample/trimesh_pos_demo/trimesh_vfiter_demo.cpp rename to apps/QT/trimesh_pos_demo/trimesh_vfiter_demo.cpp diff --git a/apps/sample/trimesh_pos_demo/window.cpp b/apps/QT/trimesh_pos_demo/window.cpp similarity index 100% rename from apps/sample/trimesh_pos_demo/window.cpp rename to apps/QT/trimesh_pos_demo/window.cpp diff --git a/apps/sample/trimesh_pos_demo/window.h b/apps/QT/trimesh_pos_demo/window.h similarity index 100% rename from apps/sample/trimesh_pos_demo/window.h rename to apps/QT/trimesh_pos_demo/window.h