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

Compile fix.

Rushed to make Thiago happy.


svn path=/trunk/kdesupport/qca/; revision=651776
This commit is contained in:
Brad Hards 2007-04-09 09:59:13 +00:00
parent a75ee0b4fd
commit c47c041323

@ -1,5 +1,7 @@
set(keyloader_bin_SRCS keyloader.cpp)
MY_AUTOMOC( keyloader_bin_SRCS )
add_executable(keyloader ${keyloader_bin_SRCS})
target_link_libraries( keyloader qca ${QT_QTCORE_LIBRARY})