martyr-deepin / deepin-tool-kit

163 stars 47 forks source link

-ldtkbase -ldtkwidget -ldtkutil not found. #5

Closed ypingcn closed 7 years ago

ypingcn commented 7 years ago

I want to have a look at dtk so I clone this repo and open ./example/examples.pro in Qt creator.but Qt creator point out that -ldtkbase -ldtkwidget -ldtkutil were not found after compilng. How to deal with it? My Qt version is 5.8.0,thanks.

zhtengw commented 7 years ago

Maybe you should build dtk.pro first.

zccrs commented 7 years ago

git clone https://github.com/linuxdeepin/deepin-tool-kit.git cd deepin-tool-kit mkdir build && cd build qmake .. make