gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36388 - in gnunet-qt/secushare: . qml/fonts


From: gnunet
Subject: [GNUnet-SVN] r36388 - in gnunet-qt/secushare: . qml/fonts
Date: Wed, 30 Sep 2015 22:13:41 +0200

Author: lynx
Date: 2015-09-30 22:13:41 +0200 (Wed, 30 Sep 2015)
New Revision: 36388

Added:
   gnunet-qt/secushare/README.txt
Removed:
   gnunet-qt/secushare/readme
Modified:
   gnunet-qt/secushare/qml/fonts/Ubuntu-B.ttf
   gnunet-qt/secushare/secushare.pro
Log:
now it also compiles here

Added: gnunet-qt/secushare/README.txt
===================================================================
--- gnunet-qt/secushare/README.txt                              (rev 0)
+++ gnunet-qt/secushare/README.txt      2015-09-30 20:13:41 UTC (rev 36388)
@@ -0,0 +1,9 @@
+This project needs the following libraries:
+
+    - Qt >= 5.3
+    - libqrencode
+    - qzxing from https://github.com/bratao/qzxing
+
+If 'qmake' says 'unknown QT: qml' you are
+using the qt4 qmake. Gentoo has the correct
+qmake in /usr/lib/qt5/bin/qmake.

Modified: gnunet-qt/secushare/qml/fonts/Ubuntu-B.ttf
===================================================================
(Binary files differ)

Index: gnunet-qt/secushare/qml/fonts/Ubuntu-B.ttf
===================================================================
--- gnunet-qt/secushare/qml/fonts/Ubuntu-B.ttf  2015-09-30 18:50:15 UTC (rev 
36387)
+++ gnunet-qt/secushare/qml/fonts/Ubuntu-B.ttf  2015-09-30 20:13:41 UTC (rev 
36388)

Property changes on: gnunet-qt/secushare/qml/fonts/Ubuntu-B.ttf
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: gnunet-qt/secushare/readme
===================================================================
--- gnunet-qt/secushare/readme  2015-09-30 18:50:15 UTC (rev 36387)
+++ gnunet-qt/secushare/readme  2015-09-30 20:13:41 UTC (rev 36388)
@@ -1,4 +0,0 @@
-This project needs the following library
-- Qt  >= 5.3
-- libqrencode
-- qzing from https://github.com/bratao/qzxing
\ No newline at end of file

Modified: gnunet-qt/secushare/secushare.pro
===================================================================
--- gnunet-qt/secushare/secushare.pro   2015-09-30 18:50:15 UTC (rev 36387)
+++ gnunet-qt/secushare/secushare.pro   2015-09-30 20:13:41 UTC (rev 36388)
@@ -2,8 +2,10 @@
 
 QT += qml quick widgets
 
-LIBS += -lgnunetutil -lgnunetcore -lgnunetidentity -lgnunetarm -lgnunetsocial 
-lgnunetenv -lgnunetpsycutil -lgnunetfriends -lextractor -lqrencode
+INCLUDEPATH += /usr/depot/include
 
+LIBS += -lgnunetutil -lgnunetcore -lgnunetidentity -lgnunetarm -lgnunetsocial 
-lgnunetenv -lgnunetpsycutil -lgnunetfriends -lextractor -lqrencode 
-L/usr/depot/lib
+
 #include(3rdParty/qzxing-master/QZXing.pro)
 
 SOURCES += main.cpp \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]