Skip to content

Commit

Permalink
fix Project.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jun 23, 2016
1 parent f37cc8c commit a7e6f93
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 12 deletions.
40 changes: 29 additions & 11 deletions Project.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,47 @@

TEMPLATE = subdirs

# build things in the order we give
CONFIG += ordered

enable-breakpad {
include(breakpadpro.pri)
}

SUBDIRS += \
HostSupport \
libs/gflags \
libs/glog \
libs/ceres \
libs/libmv \
libs/openMVG \
libs/qhttpserver \
libs/hoedown \
libs/libtess \
gflags \
glog \
ceres \
libmv \
openMVG \
qhttpserver \
hoedown \
libtess \
Engine \
Renderer \
Gui \
Tests \
App

# where to find the sub projects - give the folders
gflags.subdir = libs/gflags
glog.subdir = libs/glog
ceres.subdir = libs/ceres
libmv.subdir = libs/libmv
openMVG.subdir = libs/openMVG
qhttpserver.subdir = libs/qhttpserver
hoedown.subdir = libs/hoedown
libtess.subdir = libs/libtess

# what subproject depends on others
glog.depends = gflags
ceres.depends = glog gflags
libmv.depends = gflags ceres
openMVG.depends = ceres
Engine.depends = libmv openMVG HostSupport libtess ceres
Renderer.depends = Engine
Gui.depends = Engine qhttpserver
Tests.depends = Gui Engine
App.depends = Gui Engine

OTHER_FILES += \
Global/Enums.h \
Global/GLIncludes.h \
Expand Down
1 change: 0 additions & 1 deletion libs/qhttpserver/qhttpserver.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
CONFIG += ordered
TEMPLATE = subdirs
SUBDIRS += src

0 comments on commit a7e6f93

Please sign in to comment.