qBittorrent/src/gui/lineedit
Eugene Shalygin f050f15a0c cmake: fix Qt resources linkage. Closes #5080
Qt resource is innitialized by a static object constructor (see
https://wiki.qt.io/QtResources). When we put resources into a static
library, the linker removes that static objects and thus the resources
themselves. To correct that we append resources to the main executable
sources list. This is done via custom function qbt_target_sources which
knows where to read the executable' name.
2016-04-17 01:06:24 +02:00
..
resources Optimize PNG - line edit images 2015-02-23 18:29:37 +08:00
src Use simpler DEFINE for detecting Qt5 so moc will work too. 2015-12-05 22:20:49 +02:00
CMakeLists.txt cmake: fix Qt resources linkage. Closes #5080 2016-04-17 01:06:24 +02:00
lineedit.pri Change project directory structure. 2015-02-05 19:10:26 +03:00