mirror of https://github.com/tp4a/teleport
30 lines
411 B
Prolog
30 lines
411 B
Prolog
TEMPLATE = app
|
|
TARGET = tp-player
|
|
|
|
QT += core gui widgets
|
|
|
|
HEADERS += \
|
|
mainwindow.h \
|
|
bar.h \
|
|
thr_play.h \
|
|
update_data.h \
|
|
record_format.h \
|
|
rle.h
|
|
|
|
SOURCES += \
|
|
main.cpp \
|
|
mainwindow.cpp \
|
|
bar.cpp \
|
|
thr_play.cpp \
|
|
update_data.cpp \
|
|
rle.c
|
|
|
|
RESOURCES += \
|
|
tp-player.qrc
|
|
|
|
RC_FILE += \
|
|
tp-player.rc
|
|
|
|
FORMS += \
|
|
mainwindow.ui
|