diff --git a/cgview/cgview.pro b/cgview/cgview.pro index 6a22e63febfc54332f6405772f6f98143c2cbb0e..f3150d4edcf30ee5756946f414efb2ce1f8a7498 100644 --- a/cgview/cgview.pro +++ b/cgview/cgview.pro @@ -2,6 +2,10 @@ TEMPLATE = app QT -= gui CONFIG += console +include (../version.pri) +QMAKE_TARGET_PRODUCT = CGView +QMAKE_TARGET_DESCRIPTION = CGView + include(../libcore/libcore.pri) # This generate *.moc files from NHEADERS, which get included from *.cpp diff --git a/logo.ico b/logo.ico new file mode 100644 index 0000000000000000000000000000000000000000..483651d77ee9af02e66faacf0ceab2820cc8b06a Binary files /dev/null and b/logo.ico differ diff --git a/qcachegrind/qcachegrind.pro b/qcachegrind/qcachegrind.pro index 33c4211d8780a95e11add84867418fef18a07271..89b804446c42a3b0d5cddb13e87e5e34c8fd6735 100644 --- a/qcachegrind/qcachegrind.pro +++ b/qcachegrind/qcachegrind.pro @@ -1,5 +1,12 @@ TEMPLATE = app +include (../version.pri) +QMAKE_TARGET_PRODUCT = QCacheGrind +QMAKE_TARGET_DESCRIPTION = QCacheGrind + +# Assembled from the KCacheGrind icon PNGs +RC_ICONS = ../logo.ico + greaterThan(QT_MAJOR_VERSION, 4) { QT += widgets } diff --git a/version.pri b/version.pri new file mode 100644 index 0000000000000000000000000000000000000000..d27347934e561aefe39714080c9953a4e9921ccb --- /dev/null +++ b/version.pri @@ -0,0 +1,3 @@ +VERSION = 0.8.0.0 +QMAKE_TARGET_COMPANY = KDE +QMAKE_TARGET_COPYRIGHT = Copyright (c) 2002-2016 Josef Weidendorfer