Author: durner Date: 2006-07-09 13:58:59 -0700 (Sun, 09 Jul 2006) New Revision: 3114
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: fix "make install" for Linux Modified: gnunet-qt/src/common/common.pro.in =================================================================== --- gnunet-qt/src/common/common.pro.in 2006-07-09 20:14:23 UTC (rev 3113) +++ gnunet-qt/src/common/common.pro.in 2006-07-09 20:58:59 UTC (rev 3114) @@ -7,8 +7,8 @@ INCLUDEPATH = ../include -dlltarget.path = @prefix@/bin -INSTALLS += dlltarget +target.path = @prefix@/bin +INSTALLS += target SOURCES = assert.cc pluginLoader.cc gstring.cc HEADERS = pluginLoader.h ../include/gnunet_qt_common.h \ No newline at end of file Modified: gnunet-qt/src/plugins/about/about.pro.in =================================================================== --- gnunet-qt/src/plugins/about/about.pro.in 2006-07-09 20:14:23 UTC (rev 3113) +++ gnunet-qt/src/plugins/about/about.pro.in 2006-07-09 20:58:59 UTC (rev 3114) @@ -7,8 +7,8 @@ LIBS = -L../../common -lgnunetqt_common QMAKE_LFLAGS += -shared -dlltarget.path = @prefix@/lib -INSTALLS += dlltarget +target.path = @prefix@/lib +INSTALLS += target SOURCES = about.cc HEADERS = about.h ../../include/gnunet_qt_common.h Modified: gnunet-qt/src/plugins/fs/fs.pro.in =================================================================== --- gnunet-qt/src/plugins/fs/fs.pro.in 2006-07-09 20:14:23 UTC (rev 3113) +++ gnunet-qt/src/plugins/fs/fs.pro.in 2006-07-09 20:58:59 UTC (rev 3114) @@ -7,8 +7,8 @@ LIBS = -L../../common -lgnunetqt_common -lextractor -lgnunetutil -lgnunetecrs -lgnunetfsui QMAKE_LFLAGS += -shared -dlltarget.path = @prefix@/lib -INSTALLS += dlltarget +target.path = @prefix@/lib +INSTALLS += target SOURCES = ecrsuri.cc \ fshelper.cc \ Modified: gnunet-qt/src/plugins/general/general.pro.in =================================================================== --- gnunet-qt/src/plugins/general/general.pro.in 2006-07-09 20:14:23 UTC (rev 3113) +++ gnunet-qt/src/plugins/general/general.pro.in 2006-07-09 20:58:59 UTC (rev 3114) @@ -7,8 +7,8 @@ LIBS = -lgnunetutil -lgnunetgetoption_api -L../../common -lgnunetqt_common QMAKE_LFLAGS += -shared -dlltarget.path = @prefix@/lib -INSTALLS += dlltarget +target.path = @prefix@/lib +INSTALLS += target SOURCES = general.cc startStopThread.cc checkDaemonThread.cc HEADERS = general.h startStopThread.h checkDaemonThread.h ../../include/gnunet_qt_common.h _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn