ui/qt/qt4.pro

changeset 55
9076eb40454d
parent 54
97bafeca1c7c
child 56
87e3a5dc66dd
equal deleted inserted replaced
54:97bafeca1c7c 55:9076eb40454d
1 # 1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 # 3 #
4 # Copyright 2012 Olaf Wintermann. All rights reserved. 4 # Copyright 2014 Olaf Wintermann. All rights reserved.
5 # 5 #
6 # Redistribution and use in source and binary forms, with or without 6 # Redistribution and use in source and binary forms, with or without
7 # modification, are permitted provided that the following conditions are met: 7 # modification, are permitted provided that the following conditions are met:
8 # 8 #
9 # 1. Redistributions of source code must retain the above copyright notice, 9 # 1. Redistributions of source code must retain the above copyright notice,
36 DEFINES += UI_QT4 36 DEFINES += UI_QT4
37 37
38 SOURCES += toolkit.cpp 38 SOURCES += toolkit.cpp
39 SOURCES += window.cpp 39 SOURCES += window.cpp
40 SOURCES += menu.cpp 40 SOURCES += menu.cpp
41 SOURCES += toolbar.cpp
41 SOURCES += stock.cpp 42 SOURCES += stock.cpp
42 43
43 HEADERS += toolkit.h 44 HEADERS += toolkit.h
44 HEADERS += window.h 45 HEADERS += window.h
45 HEADERS += menu.h 46 HEADERS += menu.h
47 HEADERS += toolbar.h
46 HEADERS += stock.h 48 HEADERS += stock.h
47 49

mercurial