qt6-bb10/examples/widgets/tutorials/threads/movedobject/movedobject.pro

16 lines
282 B
Prolog

QT += widgets
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp \
workerobject.cpp \
thread.cpp
HEADERS += \
workerobject.h \
thread.h
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/threads/movedobject
INSTALLS += target