Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 246 Bytes

ssulibrary.pri

File metadata and controls

12 lines (8 loc) · 246 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
isEmpty(TARGET):error("TARGET must be set before this file is included")
include(ssu_common.pri)
TEMPLATE = lib
DESTDIR = $$DESTDIR_LIB
target.path = /usr/lib
INSTALLS += target
install_headers.path = /usr/include
INSTALLS += install_headers