From d04995899a6c9fbd0b738c2aa2acc2499e83bfd9 Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Sun, 5 Mar 2017 13:20:12 +0100 Subject: Move .pri files and "toolchain" folder in "qmake" --- plugins/plugins.pri | 4 ++-- plugins/plugins.pro | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/plugins.pri b/plugins/plugins.pri index 2bebea839..f004c6360 100644 --- a/plugins/plugins.pri +++ b/plugins/plugins.pri @@ -3,7 +3,7 @@ # that can be found in the LICENSE file at the root of the # Mumble source tree or at . -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) diff --git a/plugins/plugins.pro b/plugins/plugins.pro index 2d9955e6c..7572e9fe3 100644 --- a/plugins/plugins.pro +++ b/plugins/plugins.pro @@ -3,7 +3,7 @@ # that can be found in the LICENSE file at the root of the # Mumble source tree or at . -include(../compiler.pri) +include(../qmake/compiler.pri) TEMPLATE = subdirs -- cgit v1.2.3