I reinstalled JTSDK-QT and that cleared up the DLLs in the Release\bin
directory.
I think I had put the DLLs in there myself since I run WSJT-X on a different
computer than I build on.

But when I did "build wsjxt rinstall" and then say yes to "Run wsjtx Now?" I
get hamlib-2.dll is missing (might be why I copied it before).
I've got both a hamlib and hamlib3 directory but I don't see where the
hamlib dir is referenced in the cache so not sure where it's picking up
version 2.
And I just noticed this error during the build now.
CMake Error at cmake_install.cmake:71 (FILE):
  file INSTALL cannot find "C:/JTSDK-QT/src/wsjtx/RIGCTLD_EXE-NOTFOUND".
I removed the wsjtx subdir and rebuilt again and got the same problem.  It's
not finding rigctld.exe
I assume it should be grabbing the one residing in here...but there's
libhamlib-2.dll again!!!!
Directory of C:\JTSDK-QT\hamlib3\mingw32\bin

03/27/2014  10:35 AM    <DIR>          .
03/27/2014  10:35 AM    <DIR>          ..
03/27/2014  11:36 AM         7,089,621 libhamlib-2.dll
03/27/2014  11:36 AM           302,018 rigctl.exe
03/27/2014  11:36 AM           322,872 rigctld.exe
03/27/2014  11:36 AM           185,014 rigmem.exe
03/27/2014  11:36 AM           114,264 rigsmtr.exe
03/27/2014  11:36 AM           111,344 rigswr.exe
03/27/2014  11:36 AM           165,493 rotctl.exe
03/27/2014  11:36 AM           187,900 rotctld.exe


# This is the CMakeCache file.
# For build in directory: c:/JTSDK-QT/wsjtx/build/Release
# It was generated by CMake: C:/JTSDK-QT/cmake/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Path to a program.
CMAKE_AR:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/ar.exe

//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=Release

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=OFF

//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/g++.exe

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Libraries linked by defalut with all C++ applications.
CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool
-lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

//C compiler.
CMAKE_C_COMPILER:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/gcc.exe

//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Libraries linked by defalut with all C applications.
CMAKE_C_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool
-lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=' '

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Fortran compiler.
CMAKE_Fortran_COMPILER:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/gfortra
n.exe

//Flags for Fortran compiler.
CMAKE_Fortran_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_Fortran_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_Fortran_FLAGS_MINSIZEREL:STRING=-Os

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_Fortran_FLAGS_RELEASE:STRING=-O3

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_Fortran_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Convert GNU import libraries to MS format (requires Visual Studio)
CMAKE_GNUtoMS:BOOL=OFF

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=C:/JTSDK-QT/wsjtx/install/Release

//Path to a program.
CMAKE_LINKER:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/ld.exe

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/mingw32-mak
e.exe

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=' '

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_NM:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/nm.exe

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/objcopy.exe

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/objdump.exe

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=wsjtx

//Path to a program.
CMAKE_RANLIB:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/ranlib.exe

//RC compiler.
CMAKE_RC_COMPILER:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/windres.exe

//Flags for Fortran compiler.
CMAKE_RC_FLAGS:STRING=' '

//Path to a program.
CMAKE_SH:FILEPATH=CMAKE_SH-NOTFOUND

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=' '

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_STRIP:FILEPATH=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/strip.exe

//No help, variable specified on the command line.
CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=C:\JTSDK-QT\jtsdk-toolchain.cmake

//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Enable to build ZIP source packages
CPACK_SOURCE_ZIP:BOOL=ON

//Path to a program.
DUMPCPP:FILEPATH=C:/JTSDK-QT/qt5/5.2.1/mingw48_32/bin/dumpcpp.exe

//Path to a program.
DUMPCPP_Executable:FILEPATH=C:/JTSDK-QT/qt5/5.2.1/mingw48_32/bin/dumpcpp.exe

//Path to a library.
FFTW3F_LIBRARY:FILEPATH=/JTSDK-QT/fftw3f/libfftw3f-3.dll

//Path to a file.
FFTW3_INCLUDE_DIR:PATH=/JTSDK-QT/fftw3f

//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=PKG_CONFIG_EXECUTABLE-NOTFOUND

//The directory containing a CMake configuration file for Qt5AxBase.
Qt5AxBase_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5AxBase

//The directory containing a CMake configuration file for Qt5AxContainer.
Qt5AxContainer_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5AxContai
ner

//The directory containing a CMake configuration file for Qt5Core.
Qt5Core_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5Core

//The directory containing a CMake configuration file for Qt5Gui.
Qt5Gui_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5Gui

//The directory containing a CMake configuration file for Qt5Multimedia.
Qt5Multimedia_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5Multimedi
a

//The directory containing a CMake configuration file for Qt5Network.
Qt5Network_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5Network

//The directory containing a CMake configuration file for Qt5OpenGL.
Qt5OpenGL_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5OpenGL

//The directory containing a CMake configuration file for Qt5Widgets.
Qt5Widgets_DIR:PATH=/JTSDK-QT/qt5/5.2.1/mingw48_32/lib/cmake/Qt5Widgets

//Path to a program.
RIGCTLD_EXE:FILEPATH=RIGCTLD_EXE-NOTFOUND

//Update source translation translations/*.ts
//\nfiles (WARNING: make clean will delete the source .ts files!
// Danger!)
UPDATE_TRANSLATIONS:BOOL=OFF

//Debugging option that turns on full Hamlib internal diagnostics.
WSJT_HAMLIB_TRACE:BOOL=OFF

//Leave Qt debugging statements in Release configuration.
WSJT_QDEBUG_IN_RELEASE:BOOL=OFF

//Redirect Qt debuging messages to a trace file.
WSJT_QDEBUG_TO_FILE:BOOL=OFF

//Debugging option that allows running from a shared Cloud directory.
WSJT_SHARED_RUNTIME:BOOL=OFF

//Skip *nix manpage generation
WSJT_SKIP_MANPAGES:BOOL=OFF

//Apply a ramp to CW keying envelope to reduce transients.
WSJT_SOFT_KEYING:BOOL=ON

//All non-installation files located in "Standard" platfom specific
// locations.
WSJT_STANDARD_FILE_LOCATIONS:BOOL=OFF

//Debugging option that turns on CAT diagnostics.
WSJT_TRACE_CAT:BOOL=OFF

//Debugging option that turns on CAT diagnostics during polling.
WSJT_TRACE_CAT_POLLS:BOOL=OFF

//Path to a file.
hamlib_INCLUDE_DIR:PATH=/JTSDK-QT/hamlib3/mingw32/include

//Path to a library.
hamlib_LIBRARY:FILEPATH=/JTSDK-QT/hamlib3/mingw32/lib/libhamlib.dll.a

//Path to a library.
hamlib_STATIC_LIBRARY:FILEPATH=hamlib_STATIC_LIBRARY-NOTFOUND

//Dependencies for target
wsjt_LIB_DEPENDS:STATIC=

//Dependencies for the target
wsjt_qt_LIB_DEPENDS:STATIC=general;Qt5::Widgets;general;Qt5::OpenGL;general;
Qt5::Network;general;Qt5::AxContainer;general;Qt5::AxBase;

//Value Computed by CMake
wsjtx_BINARY_DIR:STATIC=C:/JTSDK-QT/wsjtx/build/Release

//Value Computed by CMake
wsjtx_SOURCE_DIR:STATIC=C:/JTSDK-QT/src/wsjtx


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_BUILD_TOOL
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=C:/JTSDK-QT/qt5/Tools/mingw48_32/bin/mingw32-make.
exe
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=c:/JTSDK-QT/wsjtx/build/Release
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=12
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/JTSDK-QT/cmake/bin/cmake.exe
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=C:/JTSDK-QT/cmake/bin/cpack.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=C:/JTSDK-QT/cmake/bin/ctest.exe
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=C:/JTSDK-QT/cmake/bin/cmake-gui.exe
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_COMPILER
CMAKE_Fortran_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS
CMAKE_Fortran_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS_DEBUG
CMAKE_Fortran_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS_MINSIZEREL
CMAKE_Fortran_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELEASE
CMAKE_Fortran_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_Fortran_FLAGS_RELWITHDEBINFO
CMAKE_Fortran_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=MinGW Makefiles
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=C:/JTSDK-QT/src/wsjtx
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_COMPILER
CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1
CMAKE_RC_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS
CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=C:/JTSDK-QT/cmake/share/cmake-2.8
//ADVANCED property for variable: CMAKE_SH
CMAKE_SH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_ZIP
CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FFTW3F_LIBRARY
FFTW3F_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FFTW3_INCLUDE_DIR
FFTW3_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Details about finding FFTW3
FIND_PACKAGE_MESSAGE_DETAILS_FFTW3:INTERNAL=[/JTSDK-QT/fftw3f/libfftw3f-3.dl
l][/JTSDK-QT/fftw3f][v()]
//Details about finding hamlib
FIND_PACKAGE_MESSAGE_DETAILS_hamlib:INTERNAL=[/JTSDK-QT/hamlib3/mingw32/incl
ude][/JTSDK-QT/hamlib3/mingw32/lib/libhamlib.dll.a][/JTSDK-QT/hamlib3/mingw3
2/lib/libhamlib.dll.a][v(3)]
//Fortran/CXX compatibility
FortranCInterface_VERIFIED_CXX:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: hamlib_INCLUDE_DIR
hamlib_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: hamlib_LIBRARY
hamlib_LIBRARY-ADVANCED:INTERNAL=1



-----Original Message-----
From: Bill Somerville [mailto:g4...@classdesign.com] 
Sent: Thursday, September 11, 2014 2:27 PM
To: wsjt-devel@lists.sourceforge.net
Subject: Re: [wsjt-devel] Back in town

On 11/09/2014 20:04, Michael Black wrote:
Hi Mike,
> When is hamlib-3 used?  At least for my build on Windows 7 hamlib2 is 
> what is used and ends up in the install.
If you are using the latest JTSDK on you should be linking in Hamlib-3 built
from my fork of the Hamlib development repo.

There was an issue with the PkgConfig tool not being included in the JTSDK
which could case the wrong Hamlib version to be picked up. That issue has
recently been fixed by Greg.

If you are getting ANY Hamlib libraries in the install 'bin' directory then
something is not correct in your build setup.

The easiest way for me to check what you have is for you to send me the file
CMakeCache.txt from your build directory.
> Mike W9MDB
73
Bill
G4WJS.
>
> -----Original Message-----
> From: Bill Somerville [mailto:g4...@classdesign.com]
> Sent: Thursday, September 11, 2014 2:00 PM
> To: wsjt-devel@lists.sourceforge.net
> Subject: Re: [wsjt-devel] Back in town
>
> On 11/09/2014 19:40, John Nelson wrote:
>> Hi Bill and Joe,
> Hi John,
>> 1)   What version of Qt are you compiling against?    Qt5.2.1?    I
> compiled a local version of Qt5.2.1 from source following your suggestion
to
> be able to get full c++11 support.    But qt-project now has 5.3.1
> available.   Have you (or anyone)  used this and should we incorporate
5.3.1
> in the beta version?    Will it be necessary to compile from source again?
> I tried Qt 5.3.1 on Windows and everything compiled and linked OK. No 
> changes required. I did hit a problem with building the install target 
> on Windows with a Fortran secondary library not being pulled in by the 
> fixup_bundle CMake script. For now I would suggest sticking with Qt
> 5.2.1 until I can get to the bottom of why that isn't working.
>> 2)   Your new hamlib is "imminent".   I'll wait for this before testing a
> Mac version on OSX 10.9.4.
> OK, I will keep the list updated with pushes to the public repo of my
> Hamlib-3 fork.
>> --- John G4KLA
>>
> 73
> Bill
> G4WJS.
>
> ----------------------------------------------------------------------
> ------
> --
> Want excitement?
> Manually upgrade your production database.
> When you want reliability, choose Perforce Perforce version control.
> Predictably reliable.
> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.
> clktrk _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
>
> ----------------------------------------------------------------------
> --------
> Want excitement?
> Manually upgrade your production database.
> When you want reliability, choose Perforce Perforce version control. 
> Predictably reliable.
> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.
> clktrk _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel


----------------------------------------------------------------------------
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce Perforce version control.
Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to