QT Project configured and compiling.
Still doesn't do much, that will come in the following months.
This commit is contained in:
parent
6ee0553af8
commit
3877187da0
43 changed files with 235 additions and 78 deletions
27
code/.gitignore
vendored
Normal file
27
code/.gitignore
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
[Bb]in/
|
||||
|
||||
# C++ objects and libs
|
||||
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.a
|
||||
*.la
|
||||
*.lai
|
||||
*.so
|
||||
*.dll
|
||||
*.dylib
|
||||
|
||||
# Qt-es
|
||||
|
||||
*.pro.user
|
||||
*.pro.user.*
|
||||
moc_*.cpp
|
||||
qrc_*.cpp
|
||||
ui_*.h
|
||||
Makefile*
|
||||
*-build-*
|
||||
|
||||
# QtCreator
|
||||
|
||||
*.autosave
|
Loading…
Add table
Add a link
Reference in a new issue