Code Qt/C++ de l'application qui a servie lors de IEF 2022.
25개 이상의 토픽을 선택하실 수 없습니다.
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
|