Files
cpp-deque/submission.pro
Dmitry Rudakov b6337e6015 Upload to git
2026-06-05 22:19:50 +05:00

25 lines
399 B
Prolog

########
MOCK_LIB=../../../../mocks_library
########
QT += core gui widgets
CONFIG += c++20
SOURCES += \
main.cpp \
mainwindow.cpp
HEADERS += \
algo.h \
mainwindow.h \
model.h
FORMS += \
mainwindow.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target