This commit is contained in:
Andrei Yankovich 2018-10-27 00:26:13 +03:00
parent 7c3b80c660
commit a80e043c4d

View File

@ -23,9 +23,15 @@ DEFINES += QT_DEPRECATED_WARNINGS
# You can also select to disable deprecated APIs only up to a certain version of Qt. # You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
include('$$PWD/../deploy.pri')
include('$$PWD/../QuasarAppLib/QuasarLib.pri'); include('$$PWD/../QuasarAppLib/QuasarLib.pri');
CONFIG(release, debug|release): {
DESTDIR = $$PWD/../build/release
} else {
DESTDIR = $$PWD/../build/debug
}
TARGET = cqtdeployer TARGET = cqtdeployer
SOURCES += \ SOURCES += \
@ -35,7 +41,6 @@ SOURCES += \
HEADERS += \ HEADERS += \
deploy.h deploy.h
QMAKE_LFLAGS += -Wl,-rpath,"'$$DESTDIR'"
DISTFILES += \ DISTFILES += \
../snapBuild.sh \ ../snapBuild.sh \