]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/RegistrationWizard/RegistrationWizard.pro.in
Make qt-console compatible to Qt5 (Qt4 still work)
[bacula/bacula] / bacula / src / qt-console / RegistrationWizard / RegistrationWizard.pro.in
1 ######################################################################
2 #
3 #  !!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4 #
5 #  Edit only RegistrationWizard.pro.in  -- RegistrationWizard.pro is built by the ./configure program
6 #
7 #  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
8 #
9 QT       += core gui network widgets
10 lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")
11
12 TARGET = RegistrationWizard
13 TEMPLATE = app
14
15 # The following define makes your compiler emit warnings if you use
16 # any feature of Qt which has been marked as deprecated (the exact warnings
17 # depend on your compiler). Please consult the documentation of the
18 # deprecated API in order to know how to port your code away from it.
19 DEFINES += QT_DEPRECATED_WARNINGS
20
21 # You can also make your code fail to compile if you use deprecated APIs.
22 # In order to do so, uncomment the following line.
23 # You can also select to disable deprecated APIs only up to a certain version of Qt.
24 #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000    # disables all the APIs deprecated before Qt 6.0.0
25
26
27 SOURCES += \
28         main.cpp \
29         mainwindow.cpp
30
31 HEADERS += \
32         mainwindow.h
33
34 FORMS += \
35         mainwindow.ui \
36         authenticationdialog.ui