forked from qt-creator/qt-creator
Tests that create a QApplication need to be started with "-platform minimal" so that they won't fail on build servers without Display. This also keeps them from distracting you if you run them while working. Change-Id: I05df258b2204a3abd3cdea446d6a52f3e57a4a62 Reviewed-by: David Schulz <david.schulz@qt.io>
6 lines
95 B
CMake
6 lines
95 B
CMake
add_qtc_test(tst_utils_multicursor
|
|
NEEDS_GUI
|
|
DEPENDS Utils
|
|
SOURCES tst_multicursor.cpp
|
|
)
|