Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/QRema.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-08-16 19:17:54 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-08-16 19:17:54 +0300
commit66b1023bb079c7e5785ef6636c82c06de8854c4d (patch)
tree787471cb9eac82ad75c5dcebb25c1a53cdd1f2b9 /QRema.pro
parent1c6e0b850fb9cc5b23bdd2853c60081a6d7eb3dd (diff)
glib integration
Diffstat (limited to 'QRema.pro')
-rw-r--r--QRema.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/QRema.pro b/QRema.pro
index 451827d..827e376 100644
--- a/QRema.pro
+++ b/QRema.pro
@@ -6,6 +6,21 @@
QT += core gui
+
+LIBS += -lglib-2.0
+LIBS += -lcairo
+
+INCLUDEPATH+=/usr/include/pixman-1
+INCLUDEPATH+=/usr/include/freetype2
+INCLUDEPATH+=/usr/include/libpng12
+INCLUDEPATH+=/usr/include/glib-2.0
+INCLUDEPATH+=/usr/lib64/glib-2.0/include
+INCLUDEPATH+=/usr/include/pango-1.0
+INCLUDEPATH+=/usr/include/cairo
+INCLUDEPATH+=/usr/include/gdk-pixbuf-2.0
+INCLUDEPATH+=/usr/include/gio-unix-2.0
+
+
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = QRema