Saeterprosjekt/Saeterprosjekt.pro

21 lines
610 B
Prolog

QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
RC_ICONS = saeterprosjekt.ico
include(src/core/core.pri)
include(src/mainwidgets/mainwidgets.pri)
include(src/uidialogs/maindialogs/maindialogs.pri)
include(src/uidialogs/widgetdialogs/kunde/kundedialoger.pri)
include(src/uidialogs/widgetdialogs/prosjekt/prosjektdialoger.pri)
TRANSLATIONS += \
$$PWD/trans/Saeterprosjekt_EN.ts
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target