Trolltech Home | QSA-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

QSA-interest Archive, September 2006
qsa-x11-free-1.1.4 patch


Message 1 in thread

Hi, I'm working to get qsa packaged for debian and I found a bug in sources 
which prevents qsa to be fully compiled without root privileges. Here's a 
simple patch.

--- qsa-x11-free-1.1.4/examples/enums/enums.pro 2006-02-24 
13:31:54.000000000 -0300
+++ qsa-x11-free-1.1.4-patch/examples/enums/enums.pro   2006-09-07 
12:35:35.000000000 -0300
@@ -1,3 +1,3 @@
-load(qsa)
-
 SOURCES += main.cpp
+
+load(../qsa)

To unsubscribe - send "unsubscribe" in the subject to qsa-interest-request@xxxxxxxxxxxxx


Message 2 in thread

Rubén Darío Ponticelli wrote:
> Hi, I'm working to get qsa packaged for debian and I found a bug in sources 
> which prevents qsa to be fully compiled without root privileges. Here's a 
> simple patch.

Hi Rubén,

Thank you for the patch, it will be included in the next patch release.

-
Gunnar

To unsubscribe - send "unsubscribe" in the subject to qsa-interest-request@xxxxxxxxxxxxx