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
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
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
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
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
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