mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +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
|