summaryrefslogtreecommitdiff
path: root/bin/verify-custom-widgets-libs
AgeCommit message (Collapse)Author
2013-11-07a little instdir sub-dir cleanupMichael Stahl
Change-Id: I97df3f949da7403e46951cf159a9fc1fca4cc23f
2013-10-31verify-custom-widgets-libs: check libraries in instdirMichael Stahl
Change-Id: Ia46c8df28ad2eed8ccdd6ec00f6bcd8358d8bb26
2013-02-21change lib:widget delimiter from : to -Caolán McNamara
because glade catalogs don't allow : in widgetnames which blocks making a catalog for our custom widgets Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
2013-02-15Resolves: fdo#60627 wrong lib names for some custom widgetsCaolán McNamara
Under Linux dlsym will search other locations and find them if they exist elsewhere, but not under windows, so its easy to put the wrong lib name in if developing under Linux because it'll generally work anyway. So add a script: bin/verify-custom-widgets-libs which can be used under Linux to verify that the required factory methods exist in the right lib. Change-Id: Ic30f8da5acc4712684a7a25fbfb003e8b21cb867