@@ -5,10 +5,14 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import qt6
|
||||
|
||||
def setup():
|
||||
qt6.configure()
|
||||
# qt6.configure()
|
||||
cmaketools.configure("-B build -G Ninja \
|
||||
-DCMAKE_MESSAGE_LOG_LEVEL=STATUS")
|
||||
|
||||
def build():
|
||||
qt6.make()
|
||||
|
||||
Reference in New Issue
Block a user