10 lines
161 B
Plaintext
10 lines
161 B
Plaintext
|
HEADERS += \
|
||
|
$$PWD/app.h \
|
||
|
$$PWD/quiwidget.h \
|
||
|
$$PWD/tcpserver.h
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/app.cpp \
|
||
|
$$PWD/quiwidget.cpp \
|
||
|
$$PWD/tcpserver.cpp
|