From 2e38deaac5fbde751bfd09ec2c098a15a6019892 Mon Sep 17 00:00:00 2001 From: ElOraiby Date: Sun, 31 May 2015 20:53:45 -0400 Subject: [PATCH] move the example to the example folder --- ae_Tholoth.ttf => example/ae_Tholoth.ttf | Bin .../arabic_string_layout.pro | 8 ++++---- arabic_test.txt => example/arabic_test.txt | 0 main.cpp => example/main.cpp | 0 mainwindow.cpp => example/mainwindow.cpp | 3 +-- mainwindow.h => example/mainwindow.h | 0 mainwindow.ui => example/mainwindow.ui | 0 7 files changed, 5 insertions(+), 6 deletions(-) rename ae_Tholoth.ttf => example/ae_Tholoth.ttf (100%) rename arabic_string_layout.pro => example/arabic_string_layout.pro (87%) rename arabic_test.txt => example/arabic_test.txt (100%) rename main.cpp => example/main.cpp (100%) rename mainwindow.cpp => example/mainwindow.cpp (98%) rename mainwindow.h => example/mainwindow.h (100%) rename mainwindow.ui => example/mainwindow.ui (100%) diff --git a/ae_Tholoth.ttf b/example/ae_Tholoth.ttf similarity index 100% rename from ae_Tholoth.ttf rename to example/ae_Tholoth.ttf diff --git a/arabic_string_layout.pro b/example/arabic_string_layout.pro similarity index 87% rename from arabic_string_layout.pro rename to example/arabic_string_layout.pro index 979b395..b4256b3 100644 --- a/arabic_string_layout.pro +++ b/example/arabic_string_layout.pro @@ -20,11 +20,11 @@ PKGCONFIG += freetype2 SOURCES += main.cpp\ mainwindow.cpp \ - utf8.c \ - arabtype.c + ../utf8.c \ + ../arabtype.c HEADERS += mainwindow.h \ - utf8.h \ - arabtype.h + ../utf8.h \ + ../arabtype.h FORMS += mainwindow.ui diff --git a/arabic_test.txt b/example/arabic_test.txt similarity index 100% rename from arabic_test.txt rename to example/arabic_test.txt diff --git a/main.cpp b/example/main.cpp similarity index 100% rename from main.cpp rename to example/main.cpp diff --git a/mainwindow.cpp b/example/mainwindow.cpp similarity index 98% rename from mainwindow.cpp rename to example/mainwindow.cpp index ad6cde7..81f82be 100644 --- a/mainwindow.cpp +++ b/example/mainwindow.cpp @@ -13,8 +13,7 @@ #include #include -#include "utf8.h" -#include "arabtype.h" +#include "../arabtype.h" FT_Library MainWindow::ftlib__ = NULL; diff --git a/mainwindow.h b/example/mainwindow.h similarity index 100% rename from mainwindow.h rename to example/mainwindow.h diff --git a/mainwindow.ui b/example/mainwindow.ui similarity index 100% rename from mainwindow.ui rename to example/mainwindow.ui -- 2.39.5