File: auto.pro

package info (click to toggle)
qtwebsockets-opensource-src 5.15.18-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,448 kB
  • sloc: cpp: 9,455; makefile: 23; ansic: 21
file content (7 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
TEMPLATE = subdirs

SUBDIRS += cmake websockets

qtHaveModule(quick) {
    SUBDIRS += qml
}