Merge PR #2905: Move .pri files to the "qmake" folder

This commit is contained in:
Mikkel Krautz 2017-03-05 17:12:42 +01:00 committed by GitHub
commit 48ca9e002b
52 changed files with 57 additions and 57 deletions

View File

@ -1,4 +1,4 @@
include(../../compiler.pri)
include(../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-build,-src)
@ -67,4 +67,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../release
}
include(../../symbols.pri)
include(../../qmake/symbols.pri)

View File

@ -1,4 +1,4 @@
include(../../compiler.pri)
include(../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-build,-src)
@ -74,4 +74,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../release
}
include(../../symbols.pri)
include(../../qmake/symbols.pri)

View File

@ -1,4 +1,4 @@
include(../../compiler.pri)
include(../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-build,-src)

View File

@ -1,5 +1,5 @@
CONFIG += force-x86_64-toolchain
include(../../compiler.pri)
include(../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-build,-src)

View File

@ -1,4 +1,4 @@
include(../../compiler.pri)
include(../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-build,-src)
@ -281,4 +281,4 @@ macx:!CONFIG(static) {
ALL_DEPS += libname
}
include(../../symbols.pri)
include(../../qmake/symbols.pri)

View File

@ -1,4 +1,4 @@
include (../../compiler.pri)
include (../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-helper-build,-src)
@ -76,4 +76,4 @@ CONFIG(debug, debug|release) {
DESTDIR = ../../debug/
}
include(../../symbols.pri)
include(../../qmake/symbols.pri)

View File

@ -1,4 +1,4 @@
include(../../compiler.pri)
include(../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-lib-build,-src)
@ -61,4 +61,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../release
}
include(../../symbols.pri)
include(../../qmake/symbols.pri)

View File

@ -1,4 +1,4 @@
include(../../compiler.pri)
include(../../qmake/compiler.pri)
TEMPLATE =app
CONFIG += qt warn_on release console

View File

@ -1,4 +1,4 @@
include(../../compiler.pri)
include(../../qmake/compiler.pri)
TEMPLATE =app
CONFIG += qt warn_on release console

View File

@ -1,4 +1,4 @@
include(../../compiler.pri)
include(../../qmake/compiler.pri)
TEMPLATE =app
CONFIG += qt warn_on release console

View File

@ -1,4 +1,4 @@
include(../../compiler.pri)
include(../../qmake/compiler.pri)
!exists(../speex-src/COPYING) | !exists(../speexdsp-src/COPYING) {
message("The speex-src/ or speexdsp-src/ directories were not found. You need to do one of the following:")

View File

@ -1,4 +1,4 @@
include(../../compiler.pri)
include(../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-lib-build,-src)
@ -24,4 +24,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../release
}
include(../../symbols.pri)
include(../../qmake/symbols.pri)

View File

@ -8,7 +8,7 @@
win32:!CONFIG(g15-emulator) {
CONFIG += force-x86-toolchain
}
include (../compiler.pri)
include (../qmake/compiler.pri)
TEMPLATE = app
CONFIG *= debug_and_release warn_on
@ -98,4 +98,4 @@ CONFIG(debug, debug|release) {
DESTDIR = ../debug/
}
include(../symbols.pri)
include(../qmake/symbols.pri)

View File

@ -6,7 +6,7 @@
# Tiny stub program that we splice together into our
# main app bundle for architectures that we don't support.
include(../../compiler.pri)
include(../../qmake/compiler.pri)
include(../common.pri)
TEMPLATE = app
@ -39,4 +39,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../release
}
include(../../symbols.pri)
include(../../qmake/symbols.pri)

View File

@ -6,7 +6,7 @@
# Mumble Overlay scripting addition
# (for injection into running processes)
include(../../compiler.pri)
include(../../qmake/compiler.pri)
CONFIG += x86_64 x86 debug_and_release
CONFIG(universal) {
@ -43,4 +43,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../release
}
include(../../symbols.pri)
include(../../qmake/symbols.pri)

View File

@ -3,7 +3,7 @@
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
include (../compiler.pri)
include (../qmake/compiler.pri)
VERSION = 1.3.0
TARGET_EXT = .dll

View File

@ -3,7 +3,7 @@
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
include(../../compiler.pri)
include(../../qmake/compiler.pri)
TEMPLATE = app
CONFIG -= qt
@ -40,4 +40,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../release
}
include(../../symbols.pri)
include(../../qmake/symbols.pri)

View File

@ -5,7 +5,7 @@
# Overlay payload for Unix-like systems and OS X.
include(../compiler.pri)
include(../qmake/compiler.pri)
TEMPLATE = lib
CONFIG -= qt gui
@ -67,4 +67,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../release$(DESTDIR_ADD)
}
include(../symbols.pri)
include(../qmake/symbols.pri)

View File

@ -3,7 +3,7 @@
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
include(../compiler.pri)
include(../qmake/compiler.pri)
TEMPLATE = lib
CONFIG += plugin debug_and_release warn_on
@ -29,4 +29,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../release/plugins
}
include(../symbols.pri)
include(../qmake/symbols.pri)

View File

@ -3,7 +3,7 @@
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
include(../compiler.pri)
include(../qmake/compiler.pri)
TEMPLATE = subdirs

View File

@ -3,7 +3,7 @@
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
include(../pkgconfig.pri)
include(pkgconfig.pri)
# Include this file to portably link
# against OpenSSL.

View File

@ -1,4 +1,4 @@
include(../../compiler.pri)
include(../../qmake/compiler.pri)
TEMPLATE = app
CONFIG += qt thread warn_on debug console

View File

@ -3,10 +3,10 @@
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
include(../compiler.pri)
include(../qt.pri)
include(../rcc.pri)
include(../pkgconfig.pri)
include(../qmake/compiler.pri)
include(../qmake/qt.pri)
include(../qmake/rcc.pri)
include(../qmake/pkgconfig.pri)
VERSION = 1.3.0
DIST = mumble.pri Message.h PacketDataStream.h CryptState.h Timer.h Version.h OSInfo.h SSL.h

View File

@ -4,8 +4,8 @@
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
include(../mumble.pri)
include(../../python.pri)
include(../../lrelease.pri)
include(../../qmake/python.pri)
include(../../qmake/lrelease.pri)
DEFINES *= MUMBLE
TEMPLATE = app
@ -696,4 +696,4 @@ lrel.variable_out = rcc.depends
QMAKE_EXTRA_COMPILERS *= lrel
include(../../symbols.pri)
include(../../qmake/symbols.pri)

View File

@ -3,7 +3,7 @@
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
include(../../compiler.pri)
include(../../qmake/compiler.pri)
TEMPLATE = app
CONFIG -= qt
@ -46,4 +46,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../release
}
include(../../symbols.pri)
include(../../qmake/symbols.pri)

View File

@ -3,8 +3,8 @@
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
include(../../compiler.pri)
include(../../protoc.pri)
include(../../qmake/compiler.pri)
include(../../qmake/protoc.pri)
PROTOBUF *= ../Mumble.proto
@ -45,4 +45,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../release
}
include(../../symbols.pri)
include(../../qmake/symbols.pri)

View File

@ -4,7 +4,7 @@
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
include(../mumble.pri)
include(../../protoc.pri)
include(../../qmake/protoc.pri)
DEFINES *= MURMUR
TEMPLATE =app
@ -203,4 +203,4 @@ bonjour {
DEFINES += USE_QSSLDIFFIEHELLMANPARAMETERS
}
include(../../symbols.pri)
include(../../qmake/symbols.pri)

View File

@ -3,8 +3,8 @@
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
include(../../../compiler.pri)
include(../../../protoc.pri)
include(../../../qmake/compiler.pri)
include(../../../qmake/protoc.pri)
GRPC *= ../MurmurRPC.proto
@ -60,4 +60,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../../release
}
include(../../../symbols.pri)
include(../../../qmake/symbols.pri)

View File

@ -3,7 +3,7 @@
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
include(../../../compiler.pri)
include(../../../qmake/compiler.pri)
SLICEFILES = ../Murmur.ice
@ -77,4 +77,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../../release
}
include(../../../symbols.pri)
include(../../../qmake/symbols.pri)

View File

@ -14,4 +14,4 @@ CONFIG -= qt
CONFIG += c++11
must_pkgconfig(protobuf)
include(../../symbols.pri)
include(../../qmake/symbols.pri)

View File

@ -1,4 +1,4 @@
include(../../compiler.pri)
include(../../qmake/compiler.pri)
TEMPLATE = app
CONFIG += qt thread warn_on debug console

View File

@ -1,4 +1,4 @@
include(../../compiler.pri)
include(../../qmake/compiler.pri)
TEMPLATE = app
CONFIG += qt thread warn_on release qtestlib no_keywords console
CONFIG -= app_bundle

View File

@ -5,7 +5,7 @@
# Common include file for tests.
include(../../compiler.pri)
include(../../qmake/compiler.pri)
TEMPLATE = app
QT = core testlib