mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-29 19:24:33 +00:00
fix pro
This commit is contained in:
parent
7c3b80c660
commit
a80e043c4d
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user