Re: [CMake] Copy a input file from src folder to EXECUTABLE_OUTPUT_PATH

2011-12-05 Thread Michael Hertling
On 12/05/2011 10:30 PM, Totte Karlsson wrote: > Hi, > I have a tree of applications, some needing an inoput file to run. I have > CMake > compiling all of them and moving the executables to > EXECUTABLE_OUTPUT_PATH. In the src directories, I have some input.txt files > that > I want to be moved

Re: [CMake] Best practices/preferred methods for linking external libraries

2011-12-05 Thread Michael Jackson
On Dec 5, 2011, at 5:36 PM, Matthew LeRoy wrote: > On Dec 4, 2011, at 11:59 AM, Michael Jackson wrote: > >> On Dec 1, 2011, at 4:56 PM, Matthew LeRoy wrote: >> >>> We began using CMake a few months ago for a couple of small cross-platform >>> projects, and we're still >>> learning all the ins

Re: [CMake] Best practices/preferred methods for linking external libraries

2011-12-05 Thread Matthew LeRoy
On Dec 4, 2011, at 11:59 AM, Michael Jackson wrote: > On Dec 1, 2011, at 4:56 PM, Matthew LeRoy wrote: > >> We began using CMake a few months ago for a couple of small cross-platform >> projects, and we're still >> learning all the ins and outs and capabilities CMake has to offer, as well >> as

[CMake] Copy a input file from src folder to EXECUTABLE_OUTPUT_PATH

2011-12-05 Thread Totte Karlsson
Hi, I have a tree of applications, some needing an inoput file to run. I have CMake compiling all of them and moving the executables to EXECUTABLE_OUTPUT_PATH. In the src directories, I have some input.txt files that I want to be moved to the same folder as the executables. How do I do that in

Re: [CMake] Automatically pull in dependencies from QtDesigner plugins

2011-12-05 Thread Michael Jackson
On Dec 5, 2011, at 8:29 AM, David Doria wrote: > On Sun, Dec 4, 2011 at 11:34 AM, Michael Jackson > wrote: >> Do you have "MyWidget" packaged as a true library, or did you just create >> the Designer Plugin and then have a "loose" .cpp/.h file? >> >> The is a project called Qwt* that has a si

Re: [CMake] Automatically pull in dependencies from QtDesigner plugins

2011-12-05 Thread David Doria
On Sun, Dec 4, 2011 at 11:34 AM, Michael Jackson wrote: > Do you have "MyWidget" packaged as a true library, or did you just create the > Designer Plugin and then have a "loose" .cpp/.h file? > >  The is a project called Qwt* that has a similar setup. It has a Designer > plugin for its various w