Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benapetr/q2c
qmake <-> cmake convertor tool
https://github.com/benapetr/q2c
cmake-convertor qmake qt
Last synced: 4 months ago
JSON representation
qmake <-> cmake convertor tool
- Host: GitHub
- URL: https://github.com/benapetr/q2c
- Owner: benapetr
- Created: 2013-11-26T16:10:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T22:44:10.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T12:16:20.648Z (4 months ago)
- Topics: cmake-convertor, qmake, qt
- Language: C++
- Size: 24.4 KB
- Stars: 54
- Watchers: 10
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 installHow to use
===========Enter folder with .pro file and type
q2cThis will automatically detect input and output file, you can also use
q2c -i test.pro -o test.cmake