From 956571bedc6a9850f8038c6749d20da51eba4cce Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 20 Jan 2017 16:25:08 +0000 Subject: [PATCH] Add qt.conf to Resources. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@7544 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- resources/qt.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 resources/qt.conf diff --git a/mainwindow.cpp b/mainwindow.cpp index cf8794062..3027ea542 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//--------------------------------------------------------------- MainWindow +//---------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h" diff --git a/resources/qt.conf b/resources/qt.conf new file mode 100644 index 000000000..d3d0f789c --- /dev/null +++ b/resources/qt.conf @@ -0,0 +1,2 @@ +[Paths] +Plugins = ../plugins