diff options
author | ElOraiby <wael.eloraiby@gmail.com> | 2015-05-31 20:53:45 -0400 |
---|---|---|
committer | ElOraiby <wael.eloraiby@gmail.com> | 2015-05-31 20:53:45 -0400 |
commit | 2e38deaac5fbde751bfd09ec2c098a15a6019892 (patch) | |
tree | a52cd56ea4c3f2ac18dd726cf8818087fa265779 | |
parent | 64b2267a76c6a509b5a5b052907c047d4a5ceadc (diff) |
move the example to the example folder
-rw-r--r-- | example/ae_Tholoth.ttf (renamed from ae_Tholoth.ttf) | bin | 181864 -> 181864 bytes | |||
-rw-r--r-- | example/arabic_string_layout.pro (renamed from arabic_string_layout.pro) | 8 | ||||
-rw-r--r-- | example/arabic_test.txt (renamed from arabic_test.txt) | 0 | ||||
-rw-r--r-- | example/main.cpp (renamed from main.cpp) | 0 | ||||
-rw-r--r-- | example/mainwindow.cpp (renamed from mainwindow.cpp) | 3 | ||||
-rw-r--r-- | example/mainwindow.h (renamed from mainwindow.h) | 0 | ||||
-rw-r--r-- | example/mainwindow.ui (renamed from mainwindow.ui) | 0 |
7 files changed, 5 insertions, 6 deletions
diff --git a/ae_Tholoth.ttf b/example/ae_Tholoth.ttf Binary files differindex 74df449..74df449 100644 --- a/ae_Tholoth.ttf +++ b/example/ae_Tholoth.ttf diff --git a/arabic_string_layout.pro b/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 index 5c014fa..5c014fa 100644 --- a/arabic_test.txt +++ b/example/arabic_test.txt diff --git a/main.cpp b/example/main.cpp index 24a397b..24a397b 100644 --- a/main.cpp +++ b/example/main.cpp diff --git a/mainwindow.cpp b/example/mainwindow.cpp index ad6cde7..81f82be 100644 --- a/mainwindow.cpp +++ b/example/mainwindow.cpp @@ -13,8 +13,7 @@ #include <string> #include <fstream> -#include "utf8.h" -#include "arabtype.h" +#include "../arabtype.h" FT_Library MainWindow::ftlib__ = NULL; diff --git a/mainwindow.h b/example/mainwindow.h index f86c17d..f86c17d 100644 --- a/mainwindow.h +++ b/example/mainwindow.h diff --git a/mainwindow.ui b/example/mainwindow.ui index 062f947..062f947 100644 --- a/mainwindow.ui +++ b/example/mainwindow.ui |