-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drop qmake #58
Comments
@AndreiCherniaev I only use CMake. The .pro files are only needed for my QT5 Creator. (Not used for builds). |
They are included in .gitignore. Since I use two computers in different locations for now I am comfortable storing .pro files on GitHub. |
But .pro files no need to work in Qt Creator. Qt Creator can works with CMake projects. |
Yes, i thing it, but it is historical |
Если что я ваши проекты так и открываю в кьюти креэторе: А из-за того что у вас .pro файлы лежат путаница возникнет, да и вы сами запутаетесь, когда у вас в креэторе проект будет собираться и работать одним образом, а через CMake собираться и работать другим образом. Или вообще не собираться... Настоятельно рекомендую избегать путаницы, то есть удалить .pro |
details: bigbigmdm#58
details: bigbigmdm#58
@AndreiCherniaev , I'm not convinced. I am not comfortable installing intermediate versions in /usr/bin. So I have to make two CMakeLists.txt - one for the release, one for myself. That's even more ugly. |
Description
Looks like you use CMake and qmake both build systems. But looks like you prefer CMake. I think it is good choice!
Do you really need qmake? It will take a great power to keep up to date both. I suggest drop qmake (remove IMSProg_editor.pro and IMSProg.pro).
Usage tips
The text was updated successfully, but these errors were encountered: