Jan Kowalewicz

Results 23 comments of Jan Kowalewicz

What kind of definitions? I could try them out first, before you push..

That's a lot.. I don't know how to translate them into Qmake, I know some like foreach and no_keywords..

Still no change.. added all those definitions... I think I'll need to learn Cmake..

No problem.. I surely just need to learn CMake, as already said once, Qmake feels like on a dying path. Wouldn't mind if you completely kill the Qmake support. It's...

Cmake looks also not working or atleast I cannot get a simple test app to work. So thats my ``CMakeLists.txt``: ```cmake cmake_minimum_required(VERSION 3.1.0) project(mytestapp VERSION 0.0.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17)...

If I change the code a bit I get the follwing error: ![image](https://user-images.githubusercontent.com/74990847/214547044-d5f8cfc0-d6f3-46b3-8ef3-0ea52cf46994.png) What did I do wrong with cmake?

Another find: When I add FramelessHelper as subdirectory the build just works fine. When running the application it terminates with the message: ``` 13:45:24: Starting /home/jan/_Projects/build-test-Desktop_Qt_5_14_2_GCC_64bit-Debug/mytestapp ... wangwenx190.framelesshelper.core.sysapiloader: Successfully loaded...

The output when building from command line shows me this (this is an example of FramelessHelper I built): ``` jan@lmint-prodp:~/_Projects/test/build/framelesshelper/bin$ ls Dialog MainWindow OpenGLWidget Widget jan@lmint-prodp:~/_Projects/test/build/framelesshelper/bin$ ./MainWindow [2023/01/25 14:07:01.097] wangwenx190.framelesshelper.core.global:...

I think I stumbled upon something quite interesting... I try to integrate OTIO in a C++ project together with Qt and wrote myself a small build system wrapper (that invokes...

Hey @meshula, I try this tonight and probably submit a small PR if that works.