r1441 - trunk/src/target/debug/input

mickey at sita.openmoko.org mickey at sita.openmoko.org
Tue Mar 20 16:22:58 CET 2007


Author: mickey
Date: 2007-03-20 16:22:58 +0100 (Tue, 20 Mar 2007)
New Revision: 1441

Modified:
   trunk/src/target/debug/input/input.pro
Log:
debug/input: use gcc to link


Modified: trunk/src/target/debug/input/input.pro
===================================================================
--- trunk/src/target/debug/input/input.pro	2007-03-20 14:57:18 UTC (rev 1440)
+++ trunk/src/target/debug/input/input.pro	2007-03-20 15:22:58 UTC (rev 1441)
@@ -1,7 +1,3 @@
-######################################################################
-# Automatically generated by qmake (2.01a) Mo Mrz 19 21:47:26 2007
-######################################################################
-
 CONFIG = console debug warn_on link_pkgconfig
 TEMPLATE = app
 TARGET = 
@@ -13,6 +9,7 @@
 SOURCES += input.c
 
 QMAKE_CFLAGS += -std=c99
+QMAKE_LINK = $$QMAKE_CC
 
 PKGCONFIG += glib-2.0
 





More information about the commitlog mailing list