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