All Projects → benapetr → q2c

benapetr / q2c

Licence: other
qmake <-> cmake convertor tool

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to q2c

QtVtk
An integration between Qt Quick Controls 2 and VTK for 3D rendering
Stars: ✭ 79 (+68.09%)
Mutual labels:  qt
chatRoom
从零开始实现一个聊天室客户端(用qt实现,在Windows和Linux环境下都行),和在Linux下实现服务器后台
Stars: ✭ 146 (+210.64%)
Mutual labels:  qt
DIPDemoQt
Digital Image Processing Demos with OpenCV and Qt
Stars: ✭ 15 (-68.09%)
Mutual labels:  qt
LotusTracker
Deck Tracker for Magic Arena [DEPRECATED]
Stars: ✭ 50 (+6.38%)
Mutual labels:  qt
J3DReconstruction
Windows下基于openMVG+openMVS的三维重建解决方案以及基于Qt的可视化桌面平台
Stars: ✭ 59 (+25.53%)
Mutual labels:  qt
vibrantLinux
A tool to automate managing your screen's saturation depending on what programs are running
Stars: ✭ 66 (+40.43%)
Mutual labels:  qt
tenplayer
Modern Music Player for Linux
Stars: ✭ 18 (-61.7%)
Mutual labels:  qt
QmlControls
Qt / Qml 控件
Stars: ✭ 65 (+38.3%)
Mutual labels:  qt
asn1scc.IDE
Qt Creator plugin for asn1scc - ASN.1/ACN compiler for embedded systems
Stars: ✭ 15 (-68.09%)
Mutual labels:  qt
PYQT StyleDesigner
PYQT Stylesheet designer tool for Stylesheet creation
Stars: ✭ 30 (-36.17%)
Mutual labels:  qt
qtlottie
QtLottie is a tiny C++ library that can render Adobe® After Effects™ animations exported as JSON with Bodymovin.
Stars: ✭ 23 (-51.06%)
Mutual labels:  qt
appcenter
🚀 App Center for Liri OS
Stars: ✭ 26 (-44.68%)
Mutual labels:  qt
vaktisalah
a Qt-Based Prayer Times application for Win/Linux/Mac
Stars: ✭ 26 (-44.68%)
Mutual labels:  qt
react-qml
Build native, high-performance, cross-platform applications through a React (and/or QML) syntax
Stars: ✭ 90 (+91.49%)
Mutual labels:  qt
QDashBoard
Sample dashboard developed with QML. Login, plots and several screens.
Stars: ✭ 34 (-27.66%)
Mutual labels:  qt
QtApng
An apng image plugin for Qt to support animated PNGs
Stars: ✭ 75 (+59.57%)
Mutual labels:  qt
Linux-SonivoxEas
Sonivox EAS for Linux and Qt
Stars: ✭ 14 (-70.21%)
Mutual labels:  qt
dpixel
A Pixel Art Remastering Tool using classic algorithms
Stars: ✭ 42 (-10.64%)
Mutual labels:  qt
QtDemos
This is the collection of Qt demos to solve the problem from StackOverflow or I faced.
Stars: ✭ 23 (-51.06%)
Mutual labels:  qt
NSIS-UI-Plugin
Create NSIS Modern UI Setup by Using Thirdparty UI Library(such as Qt, DuiLib)
Stars: ✭ 55 (+17.02%)
Mutual labels:  qt

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].