bac999f38c
Fixes incorrect target name for styles test. Explicit reference of widgets and opengl libraries in dialog.pri. While not necessary for qmake it makes our lives easier when running the CMake conversion script. Change-Id: I036cae9d801c80c5817421b8427fc5c91e2f7883 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
8 lines
110 B
Prolog
8 lines
110 B
Prolog
TEMPLATE = app
|
|
QT = widgets
|
|
TARGET = tst_manual_styles
|
|
CONFIG += cmdline
|
|
CONFIG += c++11
|
|
|
|
SOURCES += main.cpp
|