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