File: auto.pro

package info (click to toggle)
qtwebchannel-opensource-src 5.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,000 kB
  • ctags: 409
  • sloc: cpp: 2,726; makefile: 36; ansic: 14
file content (7 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
TEMPLATE = subdirs

SUBDIRS += cmake webchannel

qtHaveModule(quick) {
    SUBDIRS += qml
}