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 /arabic_string_layout.pro | |
parent | 64b2267a76c6a509b5a5b052907c047d4a5ceadc (diff) |
move the example to the example folder
Diffstat (limited to 'arabic_string_layout.pro')
-rw-r--r-- | arabic_string_layout.pro | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/arabic_string_layout.pro b/arabic_string_layout.pro deleted file mode 100644 index 979b395..0000000 --- a/arabic_string_layout.pro +++ /dev/null @@ -1,30 +0,0 @@ -#------------------------------------------------- -# -# Project created by QtCreator 2012-09-21T20:12:51 -# -#------------------------------------------------- - -QT += core gui - -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets - -TARGET = arabic_string_layout -TEMPLATE = app - -QMAKE_CFLAGS_DEBUG += -std=c99 -QMAKE_CFLAGS_RELEASE += -std=c99 - -CONFIG += link_pkgconfig - -PKGCONFIG += freetype2 - -SOURCES += main.cpp\ - mainwindow.cpp \ - utf8.c \ - arabtype.c - -HEADERS += mainwindow.h \ - utf8.h \ - arabtype.h - -FORMS += mainwindow.ui |