readme
来自「beginning linux programming 3th code」· 代码 · 共 22 行
TXT
22 行
Programming KDE using QtCD Database Application using KDETo build, first create Makefile using qmake utility:$ qmake -o Makefile cdapp.proThen compile as usual:$ makeN.B. May need to change macros in cdapp.pro to suit your KDE installation pathqmake is distributed with Qt and should be made visible in your path.If not, for example on SuSE 8.2 run qmake as /usr/lib/qt3/bin/qmake -o Makefile cdapp.pro and run the make with QTDIR set QTDIR=/usr/lib/qt3 make
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?