[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r3032 - in gnunet-qt/src: common plugins/about plugins/fs p
From: |
durner |
Subject: |
[GNUnet-SVN] r3032 - in gnunet-qt/src: common plugins/about plugins/fs plugins/general |
Date: |
Sat, 24 Jun 2006 06:44:26 -0700 (PDT) |
Author: durner
Date: 2006-06-24 06:44:15 -0700 (Sat, 24 Jun 2006)
New Revision: 3032
Modified:
gnunet-qt/src/common/common.pro.in
gnunet-qt/src/plugins/about/about.pro.in
gnunet-qt/src/plugins/fs/fs.pro.in
gnunet-qt/src/plugins/general/general.pro.in
Log:
don't use "lib" prefix on platforms other than win32
Modified: gnunet-qt/src/common/common.pro.in
===================================================================
--- gnunet-qt/src/common/common.pro.in 2006-06-24 13:40:05 UTC (rev 3031)
+++ gnunet-qt/src/common/common.pro.in 2006-06-24 13:44:15 UTC (rev 3032)
@@ -1,5 +1,6 @@
TEMPLATE = lib
-TARGET = libgnunetqt_common
+TARGET = gnunetqt_common
+win32:TARGET = libgnunetqt_common
DLLDESTDIR = .
QMAKE_LFLAGS += -shared @LDFLAGS@
QMAKE_LIBS += @LIBS@
Modified: gnunet-qt/src/plugins/about/about.pro.in
===================================================================
--- gnunet-qt/src/plugins/about/about.pro.in 2006-06-24 13:40:05 UTC (rev
3031)
+++ gnunet-qt/src/plugins/about/about.pro.in 2006-06-24 13:44:15 UTC (rev
3032)
@@ -1,5 +1,6 @@
TEMPLATE = lib
-TARGET = libgnunetqtmodule_about
+TARGET = gnunetqtmodule_about
+win32:TARGET = libgnunetqtmodule_about
INCLUDEPATH = ../../../ ../../include .
DLLDESTDIR = .
LIBS = -L../../common -lgnunetqt_common
Modified: gnunet-qt/src/plugins/fs/fs.pro.in
===================================================================
--- gnunet-qt/src/plugins/fs/fs.pro.in 2006-06-24 13:40:05 UTC (rev 3031)
+++ gnunet-qt/src/plugins/fs/fs.pro.in 2006-06-24 13:44:15 UTC (rev 3032)
@@ -1,5 +1,6 @@
TEMPLATE = lib
-TARGET = libgnunetqtmodule_fs
+TARGET = gnunetqtmodule_fs
+win32:TARGET = libgnunetqtmodule_fs
INCLUDEPATH = ../../include .
DLLDESTDIR = .
LIBS = -L../../common -lgnunetqt_common -lextractor -lgnunetutil
Modified: gnunet-qt/src/plugins/general/general.pro.in
===================================================================
--- gnunet-qt/src/plugins/general/general.pro.in 2006-06-24 13:40:05 UTC
(rev 3031)
+++ gnunet-qt/src/plugins/general/general.pro.in 2006-06-24 13:44:15 UTC
(rev 3032)
@@ -1,5 +1,6 @@
TEMPLATE = lib
-TARGET = libgnunetqtmodule_general
+TARGET = gnunetqtmodule_general
+win32:TARGET = libgnunetqtmodule_general
INCLUDEPATH = ../../include .
DLLDESTDIR = .
LIBS = -lgnunetutil -lgnunetgetoption_api -L../../common -lgnunetqt_common
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r3032 - in gnunet-qt/src: common plugins/about plugins/fs plugins/general,
durner <=