4
0
mirror of https://github.com/QuasarApp/QuasarAppLib.git synced 2025-05-05 14:09:46 +00:00

added a support of install targets

This commit is contained in:
Andrei Yankovich 2018-11-11 15:53:49 +03:00
parent 8b0865e914
commit fcf00ff458
2 changed files with 3 additions and 8 deletions

@ -42,11 +42,6 @@ HEADERS += \
locales.h \
settings.h
unix {
target.path = /usr/lib
INSTALLS += target
}
DISTFILES += \
QuasarLib.pri

@ -10,12 +10,12 @@ QUASARAPP_LIB = 1
#DEPENDS
CONFIG(release, debug|release): {
LIBS += -L"$$PWD/build/release" -lQuasarApp
QUASARAPP_LIB_OUTPUT_DIR="$$PWD/build/release"
} else {
LIBS += -L"$$PWD/build/debug" -lQuasarApp
QUASARAPP_LIB_OUTPUT_DIR="$$PWD/build/debug"
}
LIBS += -L$$QUASARAPP_LIB_OUTPUT_DIR -lQuasarApp
INCLUDEPATH += "$$PWD/"