SkillAgentSearch skills...

Q2c

qmake <-> cmake convertor tool

Install / Use

/learn @benapetr/Q2c
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

q2c

'''IMPORTANT:''' q2c was never finished nor released. It's a work in progress and most likely not useable in production. Your contributions are welcome.

qmake <-> cmake convertor tool

How does it work

This is lightweight tool which allows to convert Qt projects made using qmake to cmake and other way (from cmake to qmake). It is cross platform and works only in terminal.

How to compile

Enter the folder with source code and type qmake && make

How to install

sudo make install

How to use

Enter folder with .pro file and type q2c

This will automatically detect input and output file, you can also use q2c -i test.pro -o test.cmake

Related Skills

View on GitHub
GitHub Stars58
CategoryDevelopment
Updated8mo ago
Forks18

Languages

C++

Security Score

77/100

Audited on Jul 19, 2025

No findings