Newer
Older
sipTestBib / sipTestBib.pro
@Pascal Gollor Pascal Gollor on 17 Oct 2015 379 bytes initial commit
#-------------------------------------------------
#
# Project created by QtCreator 2015-10-13T18:09:34
#
#-------------------------------------------------

QT       -= gui

TARGET = sipTestBib
TEMPLATE = lib

DEFINES += SIPTESTBIB_LIBRARY

SOURCES += sipTestBib.cpp

HEADERS += sipTestBib.h \
    sipTestBib_global.h

unix {
    target.path = /usr/lib
    INSTALLS += target
}