Skip to content

Commit

Permalink
Add a full qmake build system for convenience (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Aug 15, 2017
1 parent 00f2a54 commit 32f2523
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MiniVideo.pro
@@ -0,0 +1,11 @@
#-------------------------------------------------------------------------------
# MiniVideo framework build system
# minivideo library must be built first in order for the associated tools to work
#-------------------------------------------------------------------------------

TEMPLATE = subdirs
SUBDIRS = minivideo mini_thumbnailer mini_extractor mini_analyser

mini_thumbnailer.depends = minivideo
mini_extractor.depends = minivideo
mini_analyser.depends = minivideo

0 comments on commit 32f2523

Please sign in to comment.