-
QtScript is being removed from latest Qt 5.10 and up as it's deprecated, any chance to see QJSEngine (or even QQmlEngine) replace it soon ?
-
-
QtScript was deprecated in Qt5.5, is no longer developed and has been removed for Qt6.
QtScript is currently used to provide server side scripting for the web server (e.g. build tables of html from…
-
You know, I think it can be nice to have a JavaScript version of the X-pressive plug-in. It can use the built-in JS support in Qt via QtScript. The performance issue should be considered, but it seems…
-
Hello and thanks a lot for this incredible work.
I have a question rather than an issue: I'm desperately looking for a solution to migrate from Qt5 to Qt6 without losing the scriptability of my appli…
-
```
What steps will reproduce the problem?
1. cd qtbindings
2. qmake qtbindings.pro
3. nmake
What is the expected output? What do you see instead?
No error, but I got:
qtscriptshell_QAbstractItemMod…
-
Following instructions in README, I get an error as following error when compiling qtbindings
```
~/devel/build/qtscriptgenerator/qtbindings (5.0 ✘)✭ ᐅ qmake && make
cd qtscript_core/ && ( test -e …
-
Could not compile on Ubuntu 20.04.3, Qt5.15.2.
Perhaps this project uses old Qt version. It would be nice to remove the old deprecated or removed dependencies.
By the way, **videoplayer** seems is a…
-
```
What steps will reproduce the problem?
1. Build FOSSqtscript-qt on OpenSolaris using SunStudio 12u1
(http://techbase.kde.org/Projects/KDE_on_Solaris/OpenSolaris)
What is the expected output? W…
-
```
I'm using Qt 4.5.0
g++ -c -pipe -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT
-fPIC -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt/mkspecs/linux…