No need create make install target for library.

--HG--
branch : develop
This commit is contained in:
dismine 2014-07-04 16:11:18 +03:00
parent f82364e53b
commit 7d34444398
11 changed files with 16007 additions and 9773 deletions

View File

@ -575,14 +575,6 @@ message(Examples: $$[QT_INSTALL_EXAMPLES])
win32:RC_FILE = share/resources/valentina.rc
# Remove generated files at cleaning
QMAKE_DISTCLEAN += $${DESTDIR}/* \
$${OBJECTS_DIR}/* \
$${UI_DIR}/* \
$${MOC_DIR}/* \
$${RCC_DIR}/* \
$$PWD/share/translations/valentina_*.qm
INSTALL_TRANSLATIONS += \
share/translations/valentina_ru.qm \
share/translations/valentina_uk.qm \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -472,21 +472,3 @@ CONFIG(debug, debug|release){
DEFINES += QT_NO_DEBUG_OUTPUT
}
unix {
#VARIABLES
isEmpty(PREFIX) {
PREFIX = /usr
}
LIBDIR = $$PREFIX/lib
#MAKE INSTALL
target.path = $$LIBDIR/
INSTALLS += \
target
}
# Remove generated files at cleaning
QMAKE_DISTCLEAN += \
$${DESTDIR}/* \
$${OBJECTS_DIR}/* \
$${MOC_DIR}/*