11 lines
220 B
CMake
11 lines
220 B
CMake
|
add_qt_test("tst_qfiledialog2"
|
||
|
SOURCES
|
||
|
tst_qfiledialog2.cpp
|
||
|
DEFINES
|
||
|
SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/"
|
||
|
LIBRARIES
|
||
|
Qt::WidgetsPrivate
|
||
|
Qt::CorePrivate
|
||
|
Qt::GuiPrivate
|
||
|
)
|