From e7b2feaf474145eb26ea25bcce122f2a04bcd9fb Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 23 Jun 2018 08:40:19 +0000 Subject: changed plugin path (qmake) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8053 90c681e8-e032-0410-971d-27865f9a5e38 --- qmmp.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qmmp.pro') diff --git a/qmmp.pro b/qmmp.pro index d532aeef5..88d11f4e7 100644 --- a/qmmp.pro +++ b/qmmp.pro @@ -39,4 +39,8 @@ win32:system(for /r %B in (*.ts) do $$LRELEASE_EXECUTABLE -compress %B) message("******* BUILD CONFIGURATION *******") for(out, CONFIG):message($$out) +message(PREFIX=$$PREFIX) +message(BIN_DIR=$$BIN_DIR) +message(DATA_DIR=$$DATA_DIR) +message(PLUGIN_DIR=$$PLUGIN_DIR) message("*** END OF BUILD CONFIGURATION ****") -- cgit v1.2.3-13-gbd6f