Search found 2 matches

by elias
Fri Jan 15 2021 2:05 pm
Forum: User Support
Topic: Support Qt and CopperSpice
Replies: 1
Views: 5876

Support Qt and CopperSpice

Hello! I have library which has multiple Qt PODs (Q_GADGETs). Is it possible to preserve Qt compatibility? For example, run PepperMill on original files. So, PepperMill will be called instead of MOC via CMake macros. Are there any CMake projects for inspiration? This library will be used on the clie...
by elias
Sat Dec 05 2015 6:26 pm
Forum: User Support
Topic: Debug helper support for CopperSpice
Replies: 1
Views: 8276

Debug helper support for CopperSpice

Hello! I've installed CLion 1.2.1, Qt Creator 3.5.1. I've tried to debug console application which contained QString instance in both IDEs. But the "watch" was unable to show the content of this variable. Are there any hints for showing such variables? I mean debug helpers. I've used GDB 7...