Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 59c76e781fe3ee2671264a38f0aba37b > files > 1

liborigin2-13092010-1.fc13.src.rpm

--- liborigin2/liborigin2.pro.orig	2010-10-13 14:32:01.093027496 +0800
+++ liborigin2/liborigin2.pro	2010-10-13 14:37:37.149781442 +0800
@@ -14,8 +14,8 @@
 #LIBS        += ../boost/lib/libboost_date_time.a
 #LIBS        += ../boost/lib/libboost_thread.a
 # or dynamically against a system-wide installation
-LIBS        += -lboost_date_time
-LIBS        += -lboost_thread
+LIBS        += -lboost_date_time-mt
+LIBS        += -lboost_thread-mt
 
 HEADERS += endianfstream.hh \
 	   logging.hpp \
@@ -40,3 +40,14 @@
 	   Origin800Parser.cpp \
 	   Origin810Parser.cpp
 
+# Install directives
+INSTALLBASE = /usr
+
+target.path = $$LIBDIR
+headers.path = $$INSTALLBASE/include/liborigin2
+
+headers.files = $$HEADERS tree.hh
+INSTALLS = target headers
+
+# Avoid link against Qt gui modules
+QT -= core gui