09d3ebbf2a
- 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>
11 lines
279 B
Prolog
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
|