paysages3d/src/core/core.pro

27 lines
452 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2013-11-09T15:13:23
#
#-------------------------------------------------
QT -= core gui
TARGET = paysages_core
TEMPLATE = lib
DEFINES += CORE_LIBRARY
include(../common.pri)
SOURCES += $$files(*.cpp)
HEADERS += $$files(*.h)
unix:!symbian {
maemo5 {
target.path = /opt/usr/lib
} else {
target.path = /usr/lib
}
INSTALLS += target
}