summaryrefslogtreecommitdiff
path: root/extra/liborigin2/liborigin.pro.archlinux
blob: f0eef72931a9cbe6089cd5e8811b1920a3449d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET           = origin2
TEMPLATE     = lib
CONFIG      += warn_on release thread
#CONFIG      += staticlib
MOC_DIR      = ./tmp
OBJECTS_DIR  = ./tmp

DESTDIR      = ./

#INCLUDEPATH += boost_1_33_0
LIBS        += -lboost_date_time
LIBS        += -lboost_thread

headers.files = \$\$HEADERS
headers.path = /usr/include/liborigin2
target.path = /usr/lib
INSTALLS = target headers

include(liborigin2.pri)