4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-07 00:09:33 +00:00

16 Commits

Author SHA1 Message Date
Albert Astals Cid
d71f4c279b Drop Qt4 support 2020-01-19 17:19:23 +01:00
Ivan Romanov
ac8b8acd37 dropped fixpaths.include
Use qt.conf to set plugin paths for unittests and qcatool in buildtree
2014-09-25 14:27:44 +06:00
Ivan Romanov
9504d1c8e0 cmake: put all runtime to bin when compiling
The most it is need for windows where no rpath and all dll's must be
in the same dir (or in PATH environment)
2014-02-02 02:35:55 +06:00
Ivan Romanov
c820094625 filewatchunittest: show 'please wait' message 2014-01-03 19:43:45 +06:00
Ivan Romanov
01e2b1d1cd enabled filewatchunittest
also fixed cmake building of this unittest
2014-01-03 19:34:19 +06:00
Ivan Romanov
6d690c0070 Build static QCA
Added new cmake variable SHARED_LIBRARY. By default is on.
When it is off QCA library, plugins, tools, examples and unittests
will be built as static. Also if is used static Qt plugins will be
built as static. Tested with Qt4.
2014-01-02 03:50:18 +06:00
Ivan Romanov
a74aa82269 fix no watch file warnings in FileWatch
Don't start FileWatch object if no parent forlder non-existent.
Don't add file to Qt watcher class if the file non-existent.
It will be added after file creating
2013-10-18 23:49:33 +06:00
Ivan Romanov
9462469bb5 dropped bat, qconf and qmake rules
Now cmake rules fully works.
2013-08-26 00:55:17 +06:00
Justin Karneges
fb275d4f5a flush after writes, otherwise buffering may prevent the file system
events

svn path=/trunk/kdesupport/qca/; revision=810092
2008-05-20 00:40:51 +00:00
Brad Hards
6302b633dc Change the target for the qmake/qconf based unit tests to be
"make test", to match cmake.


svn path=/trunk/kdesupport/qca/; revision=685629
2007-07-09 10:52:52 +00:00
Justin Karneges
5c6439a6c1 by default, all unittests/examples are console without a mac.app bundle
svn path=/trunk/kdesupport/qca/; revision=656265
2007-04-20 20:08:47 +00:00
Brad Hards
c26eac0349 EBN fix: slots: -> Q_SLOTS.
Not really a problem in this case, but no loss.

svn path=/trunk/kdesupport/qca/; revision=649910
2007-04-03 11:27:47 +00:00
Justin Karneges
e6a4a57edd update to build against the right qca lib name
svn path=/trunk/kdesupport/qca/; revision=648311
2007-03-30 23:42:53 +00:00
Brad Hards
c87caec977 Add some more tests.
Use QTest::qWait() instead of the processEvents() call.

svn path=/trunk/kdesupport/qca/; revision=525525
2006-04-02 11:36:54 +00:00
Justin Karneges
05f90c03ce need to spin the event loop to get the signal
svn path=/trunk/kdesupport/qca/; revision=525450
2006-04-02 05:04:58 +00:00
Brad Hards
76208ea4a7 Add a simple (but br0ken) unit test for the
FileWatcher support class.

svn path=/trunk/kdesupport/qca/; revision=524341
2006-03-30 10:38:13 +00:00