-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update de gramática #2
Merged
Imeguras
merged 2 commits into
FSLART:FAD-104-bson-store-interaction
from
redfox-13:patch-1
Mar 1, 2023
Merged
Update de gramática #2
Imeguras
merged 2 commits into
FSLART:FAD-104-bson-store-interaction
from
redfox-13:patch-1
Mar 1, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Imeguras
requested changes
Mar 1, 2023
@@ -2,27 +2,27 @@ | |||
|
|||
Bem vindo! | |||
|
|||
Este repo tem o propósito de uma implementação do software que será usado tanto para o volante do T14 para fazer alguns testes como irá ser usado no futuro para modelos mais recentes. A sua implementação atualmente encontra-se em QT 6.0 com base nas livrarias nativas em C++. Para compilar o projeto necessitarás de qMake(uma implementação inspirada no software Cmake e make) existem cerca de 4 ambientes estes sendo: **Profile, Debug, Release e Testing** | |||
Este repo tem o propósito de uma implementação do software que será usado tanto para o volante do T14 para fazer alguns testes, como no futuro para modelos mais recentes. A sua implementação atualmente encontra-se em QT 6.0 com base nas bibliotecas nativas em C++. Para compilar o projeto necessitarás de qMake(uma implementação inspirada no software Cmake e make) existindo cerca de 4 ambientes, estes sendo: **Profile, Debug, Release e Testing** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kek
README.md
Outdated
|
||
```bash | ||
qmake -project VolanteAlphaQT.pro CONFIG+=test | ||
``` | ||
|
||
No entanto como dito anteriormente para manter o eyecandy que o qtcreator oferece basta ir a Projects(na barra vertical no lado esquerdo do ecrã); Clicar no Kit que desejas criar o ambiente(no meu caso e Desktop mas no futuro poderas fazer este passo para o kit do BananaPi M2 se este estiver devidamente configurado); Build; Escolher Profile a opção Profile e clicar Clone; e adicionar CONFIG+=test ao aditional arguments no qmake Build Steps | ||
No entanto, como dito anteriormente para manter o eyecandy que o qtcreator oferece basta ir a Projects (barra vertical no lado esquerdo do ecrã); Clicar no Kit que desejas criar o ambiente para (no meu caso é Desktop, mas no futuro poderás fazer este passo para o kit do BananaPi M2, se este estiver devidamente configurado); Faz build; Escolher Profile, a opção Profile e clicar Clone; e adicionar CONFIG+=test ao aditional arguments no qmake Build Steps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A partir do Build está mal e algo grafico(so nao pus imagens porque tinha de as guardar algures)
Imeguras
approved these changes
Mar 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.