No need create make install target for library.
--HG-- branch : develop
This commit is contained in:
parent
f82364e53b
commit
7d34444398
|
@ -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
|
@ -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}/*
|
||||
|
|
Loading…
Reference in New Issue
Block a user