summaryrefslogtreecommitdiff
path: root/horizon-qt5.pro
blob: 98ca6218bdb3ab299a0b2dbf795cd4d0622265d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
QT += widgets

CONFIG += c++11

TARGET = horizon-qt5

TEMPLATE = app

SOURCES += main.cc \
    horizonwizard.cc \
    welcomepage.cc \
    networkingpage.cc \
    horizonwizardpage.cc \
    softwarepage.cc \
    horizonhelpwindow.cc \
    netsimplewifipage.cc

HEADERS += \
    horizonwizard.hh \
    welcomepage.hh \
    networkingpage.hh \
    horizonwizardpage.hh \
    softwarepage.hh \
    horizonhelpwindow.hh \
    netsimplewifipage.hh

RESOURCES += \
    horizon.qrc

unix: CONFIG += link_pkgconfig
unix: PKG_CONFIG = PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkgconf
unix: PKGCONFIG += horizon-core