Code Qt/C++ de l'application qui a servie lors de IEF 2022.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ######################################################################
- # Automatically generated by qmake (3.0) ven. juin 1 12:50:20 2018
- ######################################################################
-
- TEMPLATE = app
- TARGET = Loterie
- INCLUDEPATH += .
- QT += widgets
-
- # Input
- HEADERS += Loterie.h
- SOURCES += Loterie.cpp LoterieMain.cpp
|