mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-04 21:39:52 +08:00
11 lines
130 B
Prolog
11 lines
130 B
Prolog
include($$PWD/../commonfull.pri)
|
|
|
|
TARGET = test_task
|
|
TEMPLATE = app
|
|
|
|
SOURCES += \
|
|
test_task.cpp
|
|
|
|
HEADERS += \
|
|
test_task.h
|