From e24584da2090d7df2a1abd902deca0f88879d436 Mon Sep 17 00:00:00 2001 From: Wael El Oraiby Date: Mon, 20 May 2013 21:00:17 -0400 Subject: first version - missing lam alef ligature --- arabic_string_layout.pro | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 arabic_string_layout.pro (limited to 'arabic_string_layout.pro') diff --git a/arabic_string_layout.pro b/arabic_string_layout.pro new file mode 100644 index 0000000..979b395 --- /dev/null +++ b/arabic_string_layout.pro @@ -0,0 +1,30 @@ +#------------------------------------------------- +# +# 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 -- cgit v1.2.3