~iceyers/gsettings-qt/fix-link-path

« back to all changes in this revision

Viewing changes to gsettings-qt.pro

  • Committer: Iceyer
  • Date: 2017-07-21 06:43:24 UTC
  • Revision ID: iceyers@gmail.com-20170721064324-pgwu79cwkpw02l5j
Add ordered config

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TEMPLATE = subdirs
2
 
SUBDIRS += src/gsettings-qt.pro GSettings/gsettings-qt.pro tests/tests.pro tests/cpptest.pro
 
2
CONFIG = ordered
 
3
SUBDIRS += \
 
4
    src/gsettings-qt.pro \
 
5
    GSettings/gsettings-qt.pro \
 
6
    tests/tests.pro \
 
7
    tests/cpptest.pro