aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@canonical.com>2013-01-11 09:41:30 -0300
committerRenato Araujo Oliveira Filho <renato.filho@canonical.com>2013-01-11 09:41:30 -0300
commit774f7c436e7f4709a35ed8fe807bfbc4e634c085 (patch)
tree0ad62bff0827d7199dbf4e0fc48c4ca72ac52e86 /tests
parent33147e96ae17a01a3f025a5b7b78bff7943b4851 (diff)
downloadqmenumodel-774f7c436e7f4709a35ed8fe807bfbc4e634c085.tar.gz
qmenumodel-774f7c436e7f4709a35ed8fe807bfbc4e634c085.tar.bz2
qmenumodel-774f7c436e7f4709a35ed8fe807bfbc4e634c085.zip
Removed the use of Qt Widgets from tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/client/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client/CMakeLists.txt b/tests/client/CMakeLists.txt
index 74439ed..5510258 100644
--- a/tests/client/CMakeLists.txt
+++ b/tests/client/CMakeLists.txt
@@ -27,7 +27,7 @@ endmacro(declare_test testname)
macro(declare_simple_test testname)
add_executable(${testname} ${testname}.cpp)
- qt5_use_modules(${testname} Core Test Widgets)
+ qt5_use_modules(${testname} Core Test)
target_link_libraries(${testname}
qmenumodel
${GLIB_LDFLAGS}