15b78b3b54
Remove unnecessary version in tests/manual since they are always true in the CMake port where it's impossible to have a QtVersion less than 6.0. Change-Id: I26a13117a8c2e032a9cc70ca0f040122cbf79886 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
9 lines
231 B
Prolog
9 lines
231 B
Prolog
QT += core gui widgets
|
|
TARGET = windowgeometry
|
|
TEMPLATE = app
|
|
|
|
INCLUDEPATH += ../windowflags
|
|
SOURCES += $$PWD/main.cpp controllerwidget.cpp ../windowflags/controls.cpp
|
|
HEADERS += controllerwidget.h ../windowflags/controls.h
|
|
|