Qt-Ubuntu¶
Get and Install Qt¶
delete¶
Text Only | |
---|---|
1 2 3 |
|
qmake¶
Text Only | |
---|---|
1 2 |
|
pkg-config --libs --cflags QtCore¶
Text Only | |
---|---|
1 2 3 4 5 |
|
find /etc/xdg -name "qt.conf"¶
Text Only | |
---|---|
1 |
|
dpkg -L qtbase5-dev¶
Text Only | |
---|---|
1 2 3 |
|
dpkg -L qtbase6-dev¶
Text Only | |
---|---|
1 2 3 |
|
find / -name "qmake" 2>/dev/null¶
Text Only | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 |
|
Text Only | |
---|---|
1 2 |
|
Text Only | |
---|---|
1 2 |
|
c:\local\Qt\6.9.0\msvc2022_64\bin\windeployqt.exe .\Debug\SimpleQtApp.exe¶
Text Only | |
---|---|
1 |
|