paysages3d/src/system/system.pro

27 lines
458 B
Prolog
Raw Normal View History

2013-10-20 12:34:55 +00:00
#-------------------------------------------------
#
# Project created by QtCreator 2013-10-20T11:38:08
#
#-------------------------------------------------
#QT -= gui
TEMPLATE = lib
TARGET = paysages_system
2013-10-20 12:34:55 +00:00
DEFINES += SYSTEM_LIBRARY
2013-11-09 17:56:56 +00:00
include(../common.pri)
2013-10-20 12:34:55 +00:00
SOURCES += $$files(*.cpp)
HEADERS += $$files(*.h)
2013-10-20 12:34:55 +00:00
unix:!symbian {
maemo5 {
target.path = /opt/usr/lib
} else {
target.path = /usr/lib
}
INSTALLS += target
}