Skip to content

Commit a48dd70

Browse files
committed
Initial commit
0 parents  commit a48dd70

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.gitignore

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# C++ objects and libs
2+
3+
*.slo
4+
*.lo
5+
*.o
6+
*.a
7+
*.la
8+
*.lai
9+
*.so
10+
*.dll
11+
*.dylib
12+
13+
# Qt-es
14+
15+
/.qmake.cache
16+
/.qmake.stash
17+
*.pro.user
18+
*.pro.user.*
19+
*.qbs.user
20+
*.qbs.user.*
21+
*.moc
22+
moc_*.cpp
23+
qrc_*.cpp
24+
ui_*.h
25+
Makefile*
26+
*build-*
27+
28+
# QtCreator
29+
30+
*.autosave
31+
32+
# QtCtreator Qml
33+
*.qmlproject.user
34+
*.qmlproject.user.*
35+
36+
# QtCtreator CMake
37+
CMakeLists.txt.user
38+

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# game-map-editor
2+
This is an old project of mine, it is no longer continued, but it works for the most part. If You want to use or modify it, feel free to do so. All comments and UI elements are in Polish. Created in Qt Creator, using Qt 5. Jest to mój stary projekt, który przestałem rozwijać, ale w większości działa. Jeśli chcesz go użyć lub zmodyfikować, prosze bardzo. Wszystkie komentarze i elementy UI są w języku polskim. Zrobione w Qt Creatorze, Qt wersja 5.

0 commit comments

Comments
 (0)