File: shapegen.pro

package info (click to toggle)
qt6-quick3d 6.9.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 142,620 kB
  • sloc: cpp: 388,193; ansic: 37,842; xml: 288; sh: 241; makefile: 32
file content (10 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
QT += qml qml-private gui-private quick3d-private quick3dparticles-private

SOURCES += \
        main.cpp \
        shapemanager.cpp

HEADERS += \
    shapemanager.h

load(qt_tool)