~gabriel1984sibiu/minitube/qt5.6

« back to all changes in this revision

Viewing changes to tests/auto/tools/qmakelib/testdata/include/inc.pri

  • Committer: Grevutiu Gabriel
  • Date: 2017-06-13 08:43:17 UTC
  • Revision ID: gabriel1984sibiu@gmail.com-20170613084317-ek0zqe0u9g3ocvi8
OriginalĀ upstreamĀ code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
VAR = val
 
2
.VAR = nope
 
3
 
 
4
fake-*: MATCH = 1
 
5
 
 
6
defineTest(func) {
 
7
    message("say hi!")
 
8
}