21 lines
438 B
Plaintext
21 lines
438 B
Plaintext
FORMS += \
|
|
$$PWD/frmmain.ui \
|
|
$$PWD/frmtcpclient.ui \
|
|
$$PWD/frmtcpserver.ui \
|
|
$$PWD/frmudpclient.ui \
|
|
$$PWD/frmudpserver.ui
|
|
|
|
HEADERS += \
|
|
$$PWD/frmmain.h \
|
|
$$PWD/frmtcpclient.h \
|
|
$$PWD/frmtcpserver.h \
|
|
$$PWD/frmudpclient.h \
|
|
$$PWD/frmudpserver.h
|
|
|
|
SOURCES += \
|
|
$$PWD/frmmain.cpp \
|
|
$$PWD/frmtcpclient.cpp \
|
|
$$PWD/frmtcpserver.cpp \
|
|
$$PWD/frmudpclient.cpp \
|
|
$$PWD/frmudpserver.cpp
|