mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
new protocol testing code
This commit is contained in:
parent
a8c45fda1a
commit
dbd3af8265
8 changed files with 364 additions and 0 deletions
14
common/common.pro
Normal file
14
common/common.pro
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
######################################################################
|
||||
# Automatically generated by qmake (2.01a) So. Okt 25 12:02:12 2009
|
||||
######################################################################
|
||||
|
||||
TEMPLATE = app
|
||||
TARGET =
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += .
|
||||
|
||||
# Input
|
||||
HEADERS += protocol.h widget.h
|
||||
SOURCES += main.cpp protocol.cpp widget.cpp
|
||||
|
||||
CONFIG += qt debug
|
||||
Loading…
Add table
Add a link
Reference in a new issue