From 0d345cef1b5f4b4c28526cdb5f6b6bc6b2765545 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Wed, 24 Jul 2019 20:29:41 +0200 Subject: [PATCH] Move client into separate subdirectory --- CMakeLists.txt => client/CMakeLists.txt | 0 Makefile => client/Makefile | 0 {glade => client/glade}/cartItem.glade | 0 {glade => client/glade}/mainWindow.glade | 0 {src => client/src}/cart_item.c | 0 {src => client/src}/cart_item.h | 0 {src => client/src}/main.c | 0 {src => client/src}/main_window.c | 0 {src => client/src}/main_window.h | 0 {src => client/src}/scanner.c | 0 {src => client/src}/scanner.h | 0 yacos.gresource.xml => client/yacos.gresource.xml | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename CMakeLists.txt => client/CMakeLists.txt (100%) rename Makefile => client/Makefile (100%) rename {glade => client/glade}/cartItem.glade (100%) rename {glade => client/glade}/mainWindow.glade (100%) rename {src => client/src}/cart_item.c (100%) rename {src => client/src}/cart_item.h (100%) rename {src => client/src}/main.c (100%) rename {src => client/src}/main_window.c (100%) rename {src => client/src}/main_window.h (100%) rename {src => client/src}/scanner.c (100%) rename {src => client/src}/scanner.h (100%) rename yacos.gresource.xml => client/yacos.gresource.xml (100%) diff --git a/CMakeLists.txt b/client/CMakeLists.txt similarity index 100% rename from CMakeLists.txt rename to client/CMakeLists.txt diff --git a/Makefile b/client/Makefile similarity index 100% rename from Makefile rename to client/Makefile diff --git a/glade/cartItem.glade b/client/glade/cartItem.glade similarity index 100% rename from glade/cartItem.glade rename to client/glade/cartItem.glade diff --git a/glade/mainWindow.glade b/client/glade/mainWindow.glade similarity index 100% rename from glade/mainWindow.glade rename to client/glade/mainWindow.glade diff --git a/src/cart_item.c b/client/src/cart_item.c similarity index 100% rename from src/cart_item.c rename to client/src/cart_item.c diff --git a/src/cart_item.h b/client/src/cart_item.h similarity index 100% rename from src/cart_item.h rename to client/src/cart_item.h diff --git a/src/main.c b/client/src/main.c similarity index 100% rename from src/main.c rename to client/src/main.c diff --git a/src/main_window.c b/client/src/main_window.c similarity index 100% rename from src/main_window.c rename to client/src/main_window.c diff --git a/src/main_window.h b/client/src/main_window.h similarity index 100% rename from src/main_window.h rename to client/src/main_window.h diff --git a/src/scanner.c b/client/src/scanner.c similarity index 100% rename from src/scanner.c rename to client/src/scanner.c diff --git a/src/scanner.h b/client/src/scanner.h similarity index 100% rename from src/scanner.h rename to client/src/scanner.h diff --git a/yacos.gresource.xml b/client/yacos.gresource.xml similarity index 100% rename from yacos.gresource.xml rename to client/yacos.gresource.xml