16 lines
463 B
Plaintext
16 lines
463 B
Plaintext
HEADERS += \
|
|
$$PWD/backgroundwin.h \
|
|
$$PWD/messagedialog.h \
|
|
$$PWD/transmissiondialog.h\
|
|
$$PWD/loaddialog.h \
|
|
$$PWD/levitationbutton.h \
|
|
$$PWD/messagedialog.h
|
|
|
|
SOURCES += \
|
|
$$PWD/backgroundwin.cpp \
|
|
$$PWD/messagedialog.cpp \
|
|
$$PWD/transmissiondialog.cpp \
|
|
$$PWD/loaddialog.cpp\
|
|
$$PWD/levitationbutton.cpp \
|
|
$$PWD/messagedialog.cpp
|