-rw-r--r-- | core/multimedia/opieplayer/vorbis/tremor/tremor.pro | 2 | ||||
-rw-r--r-- | noncore/net/ftplib/ftplib.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/multimedia/opieplayer/vorbis/tremor/tremor.pro b/core/multimedia/opieplayer/vorbis/tremor/tremor.pro index db38712..2f406d4 100644 --- a/core/multimedia/opieplayer/vorbis/tremor/tremor.pro +++ b/core/multimedia/opieplayer/vorbis/tremor/tremor.pro | |||
@@ -39,5 +39,5 @@ INCLUDEPATH += $(OPIEDIR)/include .. | |||
39 | DEPENDPATH += $(OPIEDIR)/include .. | 39 | DEPENDPATH += $(OPIEDIR)/include .. |
40 | #LIBS += -lqpe | 40 | #LIBS += -lqpe |
41 | VERSION = 1.0.0 | 41 | VERSION = 1.0.0 |
42 | QMAKE_LINK=gcc | 42 | QMAKE_LINK=$$QMAKE_CC |
43 | include ( $(OPIEDIR)/include.pro ) | 43 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/ftplib/ftplib.pro b/noncore/net/ftplib/ftplib.pro index ba7f6f5..38ca113 100644 --- a/noncore/net/ftplib/ftplib.pro +++ b/noncore/net/ftplib/ftplib.pro | |||
@@ -5,6 +5,6 @@ SOURCES = ftplib.c | |||
5 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 5 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
6 | INTERFACES = | 6 | INTERFACES = |
7 | TARGET = ftplib | 7 | TARGET = ftplib |
8 | QMAKE_LINK=gcc | 8 | QMAKE_LINK=$$QMAKE_CC |
9 | 9 | ||
10 | include ( $(OPIEDIR)/include.pro ) | 10 | include ( $(OPIEDIR)/include.pro ) |