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:
parent
8b0865e914
commit
fcf00ff458
@ -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/"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user