qt5base-lts/tests/manual/windowflags/windowflags.pro
Friedemann Kleint 09d3ebbf2a Improve windowflags, windowgeometry manual tests.
- Make them compile with 4.8 for comparison
- Add Active to WindowStates control
- Add -layout option to windowgeometry

Change-Id: I052330eb8689883c104a0552708ea700c7cd790a
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
2012-07-11 16:58:53 +02:00

11 lines
279 B
Prolog

HEADERS = controllerwindow.h \
previewwindow.h \
controls.h
SOURCES = controllerwindow.cpp \
previewwindow.cpp \
main.cpp \
controls.cpp
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets