mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09:52 +08:00
15 lines
246 B
INI
15 lines
246 B
INI
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2016-10-01T11:03:59
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
CONFIG += c++11
|
|
|
|
SUBDIRS = hoedown \
|
|
src
|
|
|
|
src.depends = hoedown
|