summaryrefslogtreecommitdiffstats
path: root/blinq.pro
blob: cb7c33b7efd2275a0f224be9bfafdc7c35518025 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = subdirs

CONFIG += ordered

SUBDIRS = lib \ # Contains a dummy lib target that is used to generate qt_generated.gypi
          build \ # This is where we use the generated qt_generated.gypi and run gyp
          example \